Skip to content

maxmoo/CCActionSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCActionSheet

//模仿微信自定义actionSheet

//虽然很简单的一个demo,新手可以看看代码,也提供了一个不错的思路。

//两行代码实现

use:

NSArray *array = @[@"小视频",@"拍照",@"从手机相册选择"]; [[CCActionSheet shareSheet]cc_actionSheetWithSelectArray:array cancelTitle:@"取消"]; [CCActionSheet shareSheet].delegate = self; 

实现协议,回调方法

  • (void)cc_actionSheetDidSelectedIndex:(NSInteger)index{ NSLog(@"selected index:%ld",(long)index); }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published