tomvanzummeren / TZStackView

UIStackView replica for iOS 7.x and iOS 8.x
MIT License
1.15k stars 128 forks source link

Make TZStackView open to allow subclassing #90

Open danielsaidi opened 7 years ago

danielsaidi commented 7 years ago

TZStackView cannot be subclassed in Swift 3, since the class is public instead of open.

We have to add some additional functionality to this class, so it would be great if you could make this class open. Thanks!