Releases: pikacode/EBForeNotification
Releases · pikacode/EBForeNotification
1.0.8
No more update, please use new pod ‘EBBannerView’, more powerfull and more features, provide iOS 9/10/11 style, and show any custom view easily.
不再更新,请使用新库 EBBannerView,经过重写包含更多强大功能,提供 iOS9/10/11 样式,更可自定义。
https://github.com/pikacode/EBBannerView
1.0.7
静音优化
展示弹窗时,自动检测手机的静音开关状态
ps:检测方法只会在展示弹窗前短暂的 0.02 ~ 0.2 秒内快速的检测一次,之后不会持续运行。
mute optimization
when the banner is showing,detect iPhone mute button's status automatically
- on, will vibrate
- off, will ring
ps:the detect method will only run once before the banner shows, in 0.02~0.2s finished quickly.
1.0.6
修复 bug
- fix 旋转设备后 banner 仍然存在的 bug
- fix 内存 bug
fix bug
- fix banner still exist after rotate device
- fix leaks
1.0.5
新增
- 下滑手势
- iOS 10 弹窗样式 (iOS 10 样式暂不支持下滑手势和多行内容)
New Feature
- swipe down gesture
- iOS 10 banner style(iOS 10 style does not support swipe down gesture and multi-line yet)
1.0.2
Add pod
-
终端 pod repo update master
以拉取 pod 最新仓库
-
编辑 Podfile
platform :ios, '7.0'
target 'YourTargetName' do
pod 'EBForeNotification'
end
-
工程目录下 pod update
1.0.1
- 开放源代码
- 修复在 UINavigationController 下状态栏不隐藏的 bug
- 增加 demo
1.0.0
第一版效果
- 跟系统推送弹窗 UI 效果完全相同
- 可以自动获取 App 的
应用名称
,应用图标
- 弹窗时会自动隐藏系统状态栏、收起后自动显示系统状态栏
- 自带推送声音
时间
及下方收拉条
的颜色跟当前页面的背景颜色相同
- 自带
点击事件
,点击可获取推送内容,进行相应页面跳转
- 自带
上滑手势
,快速收起