TZStackView
TZStackView copied to clipboard
UIStackView replica for iOS 7.x and iOS 8.x
- Compiles with Swift 4.2 - All unit tests fixed
Here's a quick pass of the Swift 4 conversion we're using in a project. Unfortunately some 'vertical' tests fail. firstAttribute and secondAttribute are traling instead of leading.
I have a crash: ``` Fatal Exception: NSInternalInconsistencyException An instance 0x151eabd0 of class UIView was deallocated while key value observers were still registered with it. Current observation info: ( )...
Do you have a branch for Swift 4 and Xcode 9?
I needed a `UIStackView` in some shared code between my tvOS app and an iOS app, so I've gone ahead and added tvOS podspec support for `TZStackView` and it seems...
This fixes #70 and #50
If the distribution is set to FillProportionally and all arranged subviews have their total size equal 0 (typical example is there's a single arrangedSubview which intrinsicContentSize is CGSizeZero), we have...
Here's a quick pass of the Swift 3 conversion we're using in a project. Definitely room for tidying up syntax and such but all tests pass and it works great...
This commit makes the unit tests work again, by using the new enums.