Yalantis / DisplaySwitcher

Custom transition between two collection view layouts
https://yalantis.com
MIT License
2.33k stars 190 forks source link

why require ios 8+ #4

Closed nvcken closed 8 years ago

nvcken commented 8 years ago

Could it support ios 7 ?

kvnbautista commented 8 years ago

@nvcken Yes

nvcken commented 8 years ago

@kvnbautista Could you explain more detail? I saw this

Requirements

iOS 8.0+ (for component), iOS 9.0+ (for example)
Xcode 7
Swift 2
kvnbautista commented 8 years ago

@nvcken In the project you can always change the deployment target to 7.0 from the project info. I switched to 7.0 and works just fine but this project does have iOS 8.0 components. i recommend 8.0 by the way.

nvcken commented 8 years ago

yes, thanks