Skip to content

Releases: yulingtianxia/TBActionSheet

fix bugs on iOS 10

01 Oct 17:13
Compare
Choose a tag to compare

Because UIVisualEffectView with mask doesn’t blur in iOS 10, so I use box blur image as replacement.

More Features & Update UI Dynamically

17 Jul 07:35
Compare
Choose a tag to compare
  1. 增加自动旋转朝向的属性
  2. 增加点击背景是否关闭的开关
  3. 动态更新配置
  4. 更新 Demo

add Carthage support

20 May 16:22
Compare
Choose a tag to compare
1.4.2

update

fix bugs about cropping image on iOS7

06 Apr 08:04
Compare
Choose a tag to compare
v1.4.1

fix bugs about cropping image on iOS7
update readme

An important release version!

04 Apr 08:41
Compare
Choose a tag to compare
  1. Use UIVisualEffectView upon iOS8
  2. Update some new features
  3. Update the demo project
  4. Bug fixed!

bug fix

28 Mar 08:07
Compare
Choose a tag to compare

代码风格整理
修复一系列 bug

bug fix

04 Mar 16:58
Compare
Choose a tag to compare
1.3.0

v1.3

Supports All Orientationst

17 Feb 04:04
Compare
Choose a tag to compare
  1. using UIWindow
  2. new futures

support blocks

16 Jan 14:14
Compare
Choose a tag to compare

also some bugs fixed.

重大更新

16 Jan 10:20
Compare
Choose a tag to compare
  1. 新增分割线颜色设置

  2. 修复可能被其他 view 挡住的 bug
  3. 修复只有一个 cancel 按钮时的蛋疼 bug