Skip to content

Releases: iTofu/LCActionSheet

V 1.2.2

28 Apr 06:25
Compare
Choose a tag to compare
  • 合并 PR by apache2046,致谢!

    Swift bug fixed

    mainBundle 这种方法无法在将 LCActionSheet 作为 Framework 时正确找到资源包路径

V 1.2.0

28 Apr 06:28
Compare
Choose a tag to compare
  • 合并 PR by apache2046,致谢!

    Swift bug fixed

    mainBundle 这种方法无法在将 LCActionSheet 作为 Framework 时正确找到资源包路径

V 1.1.5

17 Feb 11:09
Compare
Choose a tag to compare
  • 合并 PR by nix1024,致谢!

    Add background opacity & animation duration option

    添加暗黑背景透明度和动画持续时间的设定

V 1.1.3

28 Apr 06:26
Compare
Choose a tag to compare
  • 合并 PR by zachgenius,致谢!

    增加了一些功能实现,如增加自定义添加按钮的方法,增加按钮本地化,增加自定义按钮颜色,并且优化逻辑。

V 1.1.1

28 Apr 06:30
Compare
Choose a tag to compare
  • 标题支持最多两行。两行时会适当调整标题的背景高度。

V 1.1.0

28 Apr 06:29
Compare
Choose a tag to compare
  • 要 Block?满足你!
  • 优化逻辑:创建 ActionSheet 时,不再添加到 window 上。

V 1.0.6

28 Apr 06:30
Compare
Choose a tag to compare
  • 添加对 CocoaPods 的支持:

    pod 'LCActionSheet'
    

V 1.0.0

28 Apr 06:31
Compare
Choose a tag to compare
  • 修复:新添加的 _backWindow 在某些情况下导致界面无反应的BUG。——by kuanglijun312
  • 修复:当 StatusBarStyle 为 UIStatusBarStyleLightContent 时,背景不会遮挡 statusBar 的问题。——by 陈威