Skip to content

Releases: seedco/StackViewController

Content Width

06 Oct 15:35
b88e7a8
Compare
Choose a tag to compare

This release allows the content to be aligned according to the readableLayoutGuide instead of the scroll view's frame.

Fix separator color's alpha

04 Jun 17:28
Compare
Choose a tag to compare

Fixed issue where the separator color's alpha value was not honored.

0.5.2 - Swift Package Manager

24 Jan 16:47
Compare
Choose a tag to compare

SPM support has been added.

Note: this release is not making it to Cocoapods. It's only being tagged so that users of SPM can take advantage of StackViewController.

0.5.1

15 Jan 20:28
25a56e8
Compare
Choose a tag to compare
  • Fixed an issue where scrolling would not occur when gesturing on a UIButton that had been added to the StackViewController.

Swift 5

04 Nov 16:21
8d0e973
Compare
Choose a tag to compare
  • Upgrade to Swift 5.0.
  • Fix runtime crashes (unrecognized selector) by adding @objc annotation to public UIKit extensions.

0.4.1: Mark UIKit extensions as @objc (#42)

22 Nov 00:37
Compare
Choose a tag to compare
* Mark UIKit extensions as @objc

* Create CHANGELOG.md

Swift 4.0.2

13 Nov 10:24
5ca967e
Compare
Choose a tag to compare
  • Swift 4.0.2 (Xcode 9.1) support
  • Make deprecated stackViewContainer property private

0.3.1

25 Aug 18:02
Compare
Choose a tag to compare

Limit source file types to Swift and headers (#38) @mergesort