ATToastView 0.1.1

ATToastView 0.1.1

Maintained by ablettx.



 
Depends on:
ATPopupView>= 0
YYText>= 0
 

ATToastView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

#import <ATToastView/ATToastView.h>
  • Toast - Default
ATToastView.build.withDetail(@"This description is used to generate tags and improve search results.").showInWindow();
  • Toast - Title, detail
ATToastView.build.withTitle(@"连续学习达10分钟").withDetail(@"+15 贝乐币").showIn(self.view);

Requirements

Installation

ATToastView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'ATToastView'

Author

ablett, [email protected]

License

ATToastView is available under the MIT license. See the LICENSE file for more info.