Releases: pikacode/EBForeNotification
Releases · pikacode/EBForeNotification
1.0.8
31 Oct 16:09
Compare
Sorry, something went wrong.
No results found
1.0.7
01 Sep 07:28
Compare
Sorry, something went wrong.
No results found
静音优化
展示弹窗时,自动检测手机的静音开关状态
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
23 Aug 06:31
Compare
Sorry, something went wrong.
No results found
修复 bug
fix 旋转设备后 banner 仍然存在的 bug
fix 内存 bug
fix bug
fix banner still exist after rotate device
fix leaks
1.0.5
03 Aug 08:01
Compare
Sorry, something went wrong.
No results found
新增
下滑手势
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.4
30 Jul 04:11
Compare
Sorry, something went wrong.
No results found
1.0.3
28 Jul 01:57
Compare
Sorry, something went wrong.
No results found
1.0.2
27 Jul 17:39
Compare
Sorry, something went wrong.
No results found
Add pod
终端 pod repo update master 以拉取 pod 最新仓库
编辑 Podfile
platform :ios, '7.0'
target 'YourTargetName' do
pod 'EBForeNotification'
end
工程目录下 pod update
1.0.1
27 Jul 09:42
Compare
Sorry, something went wrong.
No results found
开放源代码
修复在 UINavigationController 下状态栏不隐藏的 bug
增加 demo
1.0.0
22 Jul 06:21
Compare
Sorry, something went wrong.
No results found
第一版效果
跟系统推送弹窗 UI 效果完全相同
可以自动获取 App 的应用名称,应用图标
弹窗时会自动隐藏系统状态栏、收起后自动显示系统状态栏
自带推送声音
时间及下方收拉条的颜色跟当前页面的背景颜色相同
自带点击事件,点击可获取推送内容,进行相应页面跳转
自带上滑手势,快速收起