Rightpoint / BentoMap

Map Clustering for Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS 8 compatibility

Alex293 opened this issue · comments

Hi,

Was wondering which part of the lib require iOS 9 as I plan to extend my app compatibility to iOS 8. Is there just on or two things I should try to port or is it simply not possible without huge efforts ?

@Alex293 at a glance, it looks like the only code that definitely isn't iOS 8 compatible is in the sample app. It would require more extensive support and probably working on the travis.yml to run the test suites in iOS 8, 9 and 10 separately to ensure proper compatibility across all 3 platforms.