alexiscreuzot / KASlideShow

Ultra-basic slideshow for iOS (ARC only).
MIT License
206 stars 61 forks source link

Keep things compatible with older versions #40

Closed lucaseverini closed 8 years ago

lucaseverini commented 8 years ago

Hello, Is nice that you keep improving the frameworks but you should also consider to maintain compatibility with older versions. Wasn't possible to keep the addImage method?

alexiscreuzot commented 8 years ago

I'm using semantic versioning on this library. 3.0.0 was a major update, hence the breaking changes. You can stay on 2.x if you need the API to remain the same though, via pod "KASlideShow", "~> 2.0"