Releases: xmartlabs/XLActionController
Releases · xmartlabs/XLActionController
5.1.0
5.0.2
5.0.1
Updates for Xcode 11
5.0.0
Merge pull request #118 from xmartlabs/version/5.0.0 swift 5.0.0 compatibility
4.1.1
- Bug fixes and stability improvements.
Swift 4.2 and Xcode 10 support
4.1.0 update project version
4.0.1
- Iphone X support.
- Bug fixes and stability improvements.
4.0.0
Support for swift4.
3.0.0
2.1.0
- Breaking change:
actionTitleLabelConstraintToContainer
andactionTitleLabelConstraintToImageView
were removed fromActionCell
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.