kishikawakatsumi / IBPCollectionViewCompositionalLayout

Backport of UICollectionViewCompositionalLayout to earlier iOS 12
MIT License
1.55k stars 148 forks source link

About iOS minimum deployment target version #98

Closed qhhonx closed 5 years ago

qhhonx commented 5 years ago

I built IBPCollectionViewCompositionalLayout target with 8.0 deployment target and no errors happened. So can we decrease the minimum deployment target to 8.0 so that more products can adopt this awesome library? Or maybe I missing some considerations for the current 10.0 deployment target version?

kishikawakatsumi commented 5 years ago

@qhhonx The reason is just not tested enough. I'm not sure if it works well on iOS 8. Do you use this library on iOS 8? I can decrease the deployment target if you report issues.

qhhonx commented 5 years ago

@kishikawakatsumi Ok, I see that. I have not used it in production now. Our product is set to iOS 9 as minimum deployment target version. If we decide to integrate it, we would like take a PR and report test issues.