Releases: yulingtianxia/TBActionSheet
Releases · yulingtianxia/TBActionSheet
fix bugs on iOS 10
Because UIVisualEffectView with mask doesn’t blur in iOS 10, so I use box blur image as replacement.
More Features & Update UI Dynamically
- 增加自动旋转朝向的属性
- 增加点击背景是否关闭的开关
- 动态更新配置
- 更新 Demo
add Carthage support
1.4.2 update
fix bugs about cropping image on iOS7
v1.4.1 fix bugs about cropping image on iOS7 update readme
An important release version!
- Use UIVisualEffectView upon iOS8
- Update some new features
- Update the demo project
- Bug fixed!
bug fix
代码风格整理
修复一系列 bug
bug fix
1.3.0 v1.3
Supports All Orientationst
- using
UIWindow
- new futures
support blocks
also some bugs fixed.
重大更新
- 新增分割线颜色设置
- 修复可能被其他 view 挡住的 bug
- 修复只有一个 cancel 按钮时的蛋疼 bug