TZStackView
TZStackView copied to clipboard
IOS7 Support?
hi, Your description says project is compatible with ios7+ but when i tried to use i get errors ** TZStackView/TZStackView.swift:320:84: 'BottomMargin' is only available on iOS 8.0 or newer TZStackView/TZStackView.swift:321:84: 'LeftMargin' is only available on iOS 8.0 or newer TZStackView/TZStackView.swift:322:84: 'RightMargin' is only available on iOS 8.0 or newer TZStackView/TZStackView.swift:323:84: 'TopMargin' is only available on iOS 8.0 or newer TZStackView/TZStackView.swift:484:74: 'FirstBaseline' is only available on iOS 8.0 or newer
** ps: i'm using ios7.1+
Whoops. I wasn't aware of that. This is due to another pull request that wanted to have support for layout margins... I am going to have to make this optional.
Any progress on this? I'm facing the same issue
bump
Sorry, I'm very very busy lately. I will try to address this as soon as possible. Is there already a pull request for this? I would like a solution where the "margin" variants are used on iOS 8, and not on iOS 7. If you can make a pull request, it saves me a lot of time.
Fixed in pull request #59 . you can checkout my fork https://github.com/CosynPa/TZStackView if that pull request is not merged
Hi, This problem still occurs, it will be fixes? Tks