roycms / TopAlert

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. 警告框,错误提示框,顶部错误提示。

License:MIT License


Languages

Language:Objective-C 99.6%Language:Ruby 0.4%