Skip to content

Releases: pikacode/EBBannerView

1.1.3 Swift beta version

24 Apr 02:06
Compare
Choose a tag to compare
  • As the first version, already provide system banner styles, and the code of custom style is included in source files, but need optimize and test.

  • Beta 版本现在已经提供了系统样式的 banner,自定义样式的代码已经引入,但是尚未优化和测试。

1.1.2

08 Nov 03:36
Compare
Choose a tag to compare
  • fix issue #34
  • 修复了某些情况下 window 冲突的 bug

  • fix issue #34
  • fix a bug that the window will be conflicted with others in some situations

1.1.1

15 Oct 07:28
Compare
Choose a tag to compare
  • 适配 iOS 13
  • 增加 iOS 13 demo

  • support iOS 13
  • a demo for iOS 13

1.1.0

17 Jan 04:01
Compare
Choose a tag to compare
  • 默认添加了阴影效果

  • add shadow as default

before:
before
now:
now

1.0.9

24 Dec 02:50
Compare
Choose a tag to compare
  • 适配 iPhone XR、XS Max

  • suit iPhone XR、XS Max

1.0.8

15 Oct 07:19
Compare
Choose a tag to compare
  • 添加新的 API (具体参考 README)
    • showAnimationDuration:显示 bannder 时的动画时间
    • hideAnimationDuration:隐藏 banner 时的动画时间
    • swipeDownStayDuration:展开长内容的 banner 时停留的动画时间
    • showDetailOrHideWhenClickLongText:点击有长内容的 banner 时,是展开完整内容还是隐藏 banner
  • 优化了动画的效果
  • fix bug

  • add new api (refer to README)
    • showAnimationDuration
    • hideAnimationDuration
    • swipeDownStayDuration
    • showDetailOrHideWhenClickLongText
  • better animations
  • fix bug

1.0.7

11 Jul 02:47
Compare
Choose a tag to compare
  • fit iOS 12

1.0.6

15 Jan 05:32
Compare
Choose a tag to compare
  • fix issue #8 (about interface orientations)
  • new feature #10 (support swipe down gesture when the content has a long-text for all styles)

  • 修复 bug #8 (关于横竖屏)
  • 添加新功能 #10 (现在每种样式都会在文字较多时自动展示带下滑手势的 UI)

1.0.5

08 Dec 02:00
Compare
Choose a tag to compare
  • fix iPhone X bug
  • fix custom view bug

1.0.4

27 Nov 10:27
Compare
Choose a tag to compare
  • 一行代码创建时,监听点击事件 object 默认值由 nil 改为了 content
  • 改用 block 的方法实现 banner 的构造

  • in one-line create method, change the click notification object default value from nil to content
  • use block to create banner