Skip to content

Releases: xmartlabs/XLActionController

5.1.0

09 Feb 20:07
72144c7
Compare
Choose a tag to compare
  • Added the ability to adjust Cancel View's Title font and size. (#145)
  • Support for SPM (#144, #146)

5.0.2

03 Oct 16:50
7d7cf11
Compare
Choose a tag to compare

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

25 Sep 13:46
Compare
Choose a tag to compare

Updates for Xcode 11

5.0.0

02 Apr 20:33
89f75e6
Compare
Choose a tag to compare
Merge pull request #118 from xmartlabs/version/5.0.0

swift 5.0.0 compatibility

4.1.1

20 Dec 17:37
4de9c93
Compare
Choose a tag to compare
  • Bug fixes and stability improvements.

Swift 4.2 and Xcode 10 support

01 Oct 18:37
Compare
Choose a tag to compare
4.1.0

update project version

4.0.1

29 Mar 17:08
00e21f6
Compare
Choose a tag to compare
  • Iphone X support.
  • Bug fixes and stability improvements.

4.0.0

09 Oct 14:49
Compare
Choose a tag to compare

Support for swift4.

3.0.0

04 Oct 03:04
Compare
Choose a tag to compare
  • Swift 3 and Xcode 8 support, PR #24

2.1.0

08 Sep 21:19
Compare
Choose a tag to compare
  • 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.