GitHub - roycms/TopAlert: TopAlert Is the effect of a tip at the top of the page code, can be easily integrated into your project. 警告框,错误提示框,顶部错误提示。

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Logo TopAlert

TopAlert is a tip at the top of the pop-up IOS UI controls, can be easily integrated into your project.

Shippable CocoaPods Packagist email

Warning content

预览

Installation

  • Import the main header file:#import "TopAlert.h"

cocoapods

pod 'TopAlert'

UI Recommend the color

Logo

Use

TopAlert *alert =[[TopAlert alloc]initWithStyle:RGB(@"#8e44ad")];
alert.headerTitle =@"Title";
alert.contentText =@"contentText";

期待

  • 如果在使用过程中遇到BUG,希望你能Issues我,谢谢(或者尝试下载最新的框架代码看看BUG修复没有)
  • 如果在使用过程中发现功能不够用,希望你能Issues我,我非常想为这个框架增加更多好用的功能,谢谢
  • 如果你想输出代码,请拼命Pull Requests我

About

TopAlert Is the effect of a tip at the top of the page code, can be easily integrated into your project. 警告框,错误提示框,顶部错误提示。

Resources

Readme

License

MIT license

Activity

Stars

35 stars

Watchers

8 watching

Forks

7 forks

Releases

No releases published