The Wayback Machine - https://web.archive.org/web/20201230102805/https://github.com/yang7229693/LYToast
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.