Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lilianmao/LLToast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLToast

This is a simple Toast.You can use the toast to show some friendly text. LLToast is my first framework. Welcome to improve my framework.

toast

Installation

Pop is available on CocoaPods. Just add the following to your project Podfile:(Please use the github srouce)

pod 'LLToast', '~> 1.0.0’

Usage

  1. success msg
[LLToast showSuccess:@"这是一个成功的消息"];
  1. error msg
[LLToast showError:@"这是一个错误的消息"];
  1. simple toast which have a background image
UIImage *bgImg = [UIImage imageNamed:@"bgImg"];
[LLToast showText:@"这是一条带背景的消息" withBackgroundImg: bgImg];

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published