TZStackView icon indicating copy to clipboard operation
TZStackView copied to clipboard

IOS7 Support?

Open kocakmstf opened this issue 9 years ago • 6 comments

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+

kocakmstf avatar Oct 07 '15 09:10 kocakmstf

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.

tomvanzummeren avatar Oct 07 '15 09:10 tomvanzummeren

Any progress on this? I'm facing the same issue

gfpacheco avatar Oct 14 '15 20:10 gfpacheco

bump

tshtrifork avatar Nov 03 '15 14:11 tshtrifork

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.

tomvanzummeren avatar Nov 03 '15 14:11 tomvanzummeren

Fixed in pull request #59 . you can checkout my fork https://github.com/CosynPa/TZStackView if that pull request is not merged

CosynPa avatar Nov 29 '15 08:11 CosynPa

Hi, This problem still occurs, it will be fixes? Tks

renatords avatar Sep 01 '16 00:09 renatords