TopAlert is a tip at the top of the pop-up IOS UI controls, can be easily integrated into your project.
- Import the main header file:
#import "TopAlert.h"
pod 'TopAlert'
TopAlert *alert =[[TopAlert alloc]initWithStyle:RGB(@"#8e44ad")];
alert.headerTitle =@"Title";
alert.contentText =@"contentText";
- 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)
- 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢
- 如果你想输出代码,请拼命Pull Requests我