Skip to content

one line of code to create a actionSheet,set colors and font size all by yourself.

Notifications You must be signed in to change notification settings

RaInVis/TFActionSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

TFActionSheet

one line of code to create a actionSheet,set colors and font size all by yourself.

A simple and easy to use this actionSheet,just need one line code;

[[[[[TFActionSheet alloc] initWithTitle:str cancelButtonTitle:str2] addButtonTitle:str1 buttonAction:^{

       // write button Action here
       
   }] addButtonTitle:str3 buttonAction:^{
   
       // write button Action here
       
   }] show];

gif

About

one line of code to create a actionSheet,set colors and font size all by yourself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published