Skip to content

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

License

Notifications You must be signed in to change notification settings

tangbing/TbPopMenuView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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];

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published