Skip to content

一种类似微信弹窗的效果,使用方便简单.

Notifications You must be signed in to change notification settings

YueHooo/ActionSheet

Repository files navigation

ActionSheet

一种类似微信弹窗的效果

使用方法:

将ActionSheet拖入工程 导入头文件#import "ActionSheet.h"

[[ActionSheet actionSheetView] showActionSheetWithArray:@[@"微信"] selectedIndexBlock:^(NSInteger index) { NSLog(@"点击了第: %ld",(long)index); }];

实现和用法都很简单,欢迎反馈.

About

一种类似微信弹窗的效果,使用方便简单.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published