Skip to content

yang7229693/LYToast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LYToast

Self-Adaption Text Toast And Image Toast For IOS

Like Android Toast, This is For IOS, You Can Use Text Toast And Image Toast Like Below, ARC And Non-ARC Support, It`s Easy To Use

 [LYMessageToast toastWithText:@"Pop Me In Current View\n\nWidth And Height Self-Adaption!"
              backgroundColor:[UIColor blackColor]
                         font:[UIFont systemFontOfSize:15.0f]
                    fontColor:[UIColor whiteColor]
                     duration:1.5f
                       inView:self.view];

 [LYImageToast toastWithImage:@"test.png"
                       inView:self.view
                     duration:1.5f];

About

Self-Adaption Text Toast And Image Toast For IOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published