Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 452 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 452 Bytes

TbPopMenuView

一个基于UITableViewCell的UITableViewCellAccessoryCheckmark选中的菜单

image

TbPopMenuView *popMenu = [[TbPopMenuView alloc] initWithTitle:@[@"标准视图",@"高级视图",@"传统视图"] imageName:@[@"standard",@"hight",@"trad"] clickRowComplete:^(NSString *selectRow, NSInteger row) {
NSLog(@"name:%@,row:%zd",selectRow,row);
}];
[popMenu show];