-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathparams.json
6 lines (6 loc) · 1.8 KB
/
params.json
1
2
3
4
5
6
{
"name": "Topalert",
"tagline": "TopAlert Is the effect of a tip at the top of the page code, can be easily integrated into your project.",
"body": "\r\n \r\n TopAlert\r\n===\r\nTopAlert is a tip at the top of the pop-up IOS UI controls, can be easily integrated into your project.\r\n\r\n[](https://github.com/roycms/RAlertView)\r\n[](http://cocoapods.org/?q=RAlertView)\r\n[](https://github.com/roycms/RAlertView/blob/master/LICENSE)\r\n[](mailto:[email protected])\r\n\r\n## Warning content\r\n \r\n \r\n## Installation\r\n- Import the main header file:`#import \"TopAlert.h\"`\r\n\r\n## cocoapods \r\n` pod 'TopAlert' `\r\n## UI Recommend the color\r\n \r\n\r\n## Use \r\n```objective-c\r\nTopAlert *alert =[[TopAlert alloc]initWithStyle:RGB(@\"#8e44ad\")];\r\nalert.headerTitle =@\"Title\";\r\nalert.contentText =@\"contentText\";\r\n```\r\n\r\n## 期待\r\n* 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)\r\n* 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢\r\n* 如果你想输出代码,请拼命Pull Requests我\r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}