XLActionController Versions Save

Fully customizable and extensible action sheet controller written in Swift

5.1.0

3 years ago
  • Added the ability to adjust Cancel View's Title font and size. (#145)
  • Support for SPM (#144, #146)

5.0.2

4 years ago

This release includes:

  • Fix incorrect top inset and content offset (#126)
  • Support setting cancel view's title color (#129)
  • Fix issue introduced with last release that would crash an app when using one of the subspecs

5.0.1

4 years ago

Updates for Xcode 11

5.0.0

5 years ago

4.1.1

5 years ago
  • Bug fixes and stability improvements.

4.1.0

5 years ago

4.0.1

6 years ago
  • Iphone X support.
  • Bug fixes and stability improvements.

4.0.0

6 years ago

Support for swift4.

3.0.0

7 years ago
  • Swift 3 and Xcode 8 support, PR #24

2.1.0

7 years ago
  • Breaking change: actionTitleLabelConstraintToContainer and actionTitleLabelConstraintToImageView were removed from ActionCell class. You must delete these outlets from your xib files, PR #23.
  • Breaking change: actions' handlers are now executed after the action controller was completely dismissed, PR #22.
  • Fixed duplicated execution of actions, PR #22.