andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

iOS6 compatibility #4

Closed alaaghribi closed 10 years ago

alaaghribi commented 10 years ago

I just have implemented your awesome lib into our project. However, it's supporting only iOS7. Can you please add the support of iOS6 as well. Thank you very much. Looking forward your response.

andreamazz commented 10 years ago

Hi @alaaghribi I won't be supporting iOS6 in the master branch. I just created a new branch instead, called legacy You can checkout that branch and use the library with iOS6.
If you use cocoapods you can put this in your podfile:

pod 'AMTagListView', git: 'git@github.com:andreamazz/AMTagListView.git', branch: 'legacy'
alaaghribi commented 10 years ago

We're not using cocoapods. From where can I download the source files that support both iOS6 and iOS7? Thank you very much.

andreamazz commented 10 years ago

In the legacy branch of this repo: https://github.com/andreamazz/AMTagListView/tree/legacy

Clone the repo and pull the legacy branch:

git clone git@github.com:andreamazz/AMTagListView.git
cd AMTagListView
git pull origin legacy
git checkout legacy

As a side note, you should really start using cocoapods ;) it's way cleaner and easier to integrate libs with it...

alaaghribi commented 10 years ago

My fault, I'm using my phone right now. Thank you very much @andreamazz ....

andreamazz commented 10 years ago

:+1: