Releases: pikacode/EBBannerView
Releases · pikacode/EBBannerView
1.1.3 Swift beta version
- 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
- 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
- support iOS 13
- a demo for iOS 13
1.1.0
before:
now:
1.0.8
- 添加新的 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.6
- 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
- fix iPhone X bug
- fix custom view bug
1.0.4
- 一行代码创建时,监听点击事件
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