Skip to content

thongbin/KTActionSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KTActionSheet

Custom ActionSheet With Blocks

  • blur background

#Usage

KTActionSheet *sheet = [[KTActionSheet alloc]initWithlist:@[@"确认退出",@"取消"] height:0
inView:self ItemSelectedBlock:^(KTActionSheet *sheet,NSInteger index)
{
	[self sheet:sheet didSelectIndex:index];
}];
[sheet show];

img

About

Custom ActionSheet With Blocks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published