Skip to content

Releases: pikacode/EBForeNotification

1.0.8

31 Oct 16:09
Compare
Choose a tag to compare

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

01 Sep 07:28
Compare
Choose a tag to compare

静音优化

展示弹窗时,自动检测手机的静音开关状态

  • 静音开,会振动
  • 静音关,会响铃

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
Choose a tag to compare

修复 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
Choose a tag to compare

新增

  • 下滑手势
  • 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
Choose a tag to compare

彻底解决了隐藏状态栏导致的显示问题。

1.0.3

28 Jul 01:57
Compare
Choose a tag to compare

修复控制台报的约束警告

1.0.2

27 Jul 17:39
Compare
Choose a tag to compare

Add pod

  1. 终端 pod repo update master 以拉取 pod 最新仓库

  2. 编辑 Podfile

    platform :ios, '7.0'
    
    target 'YourTargetName' do
        pod 'EBForeNotification'
    end
    
  3. 工程目录下 pod update

1.0.1

27 Jul 09:42
Compare
Choose a tag to compare
  • 开放源代码
  • 修复在 UINavigationController 下状态栏不隐藏的 bug
  • 增加 demo

1.0.0

22 Jul 06:21
Compare
Choose a tag to compare

第一版效果

  • 跟系统推送弹窗 UI 效果完全相同
  • 可以自动获取 App 的应用名称应用图标
  • 弹窗时会自动隐藏系统状态栏、收起后自动显示系统状态栏
  • 自带推送声音
  • 时间及下方收拉条的颜色跟当前页面的背景颜色相同
  • 自带点击事件,点击可获取推送内容,进行相应页面跳转
  • 自带上滑手势,快速收起