-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOS7 Support? #43
Comments
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 |
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+
The text was updated successfully, but these errors were encountered: