Closed alaaghribi closed 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'
We're not using cocoapods. From where can I download the source files that support both iOS6 and iOS7? Thank you very much.
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...
My fault, I'm using my phone right now. Thank you very much @andreamazz ....
:+1:
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.