HMCNotification
一个可定制简单的iOS 8推送通知样式的控件,以便向用户展示快速消息。
安装
- 创建一个Pod文件并添加以下内容
source 'https://github.com/CocoaPods/Specs.git'
target '<TARGET_NAME>' do
pod 'HMCNotification', '~> 1.0'
end
配置和显示
[HMCNotification sharedInstance].titleFontColor = [UIColor yellowColor];
[HMCNotification sharedInstance].blurStyle = UIBlurEffectStyleLight;
然后使用以下方式显示通知
[HMCNotification showCustomPushWithTitle:@"Woohooo" message:@"Congrtaz, It all went successfully. Now you've become a part of iOS dev family" iconImageName:@"pushIconHappy"];
注意
默认使用UIBlurEffectStyleExtraLight
模糊效果
默认字体颜色为black