Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 458 forks source link

Adding this project to your other existing project #69

Closed jackpaster closed 7 years ago

jackpaster commented 7 years ago

I'm trying to add the folding tabs feature to the colormatchtabs project, could you help me out with that

jackpaster commented 7 years ago

i don't know how to do that

serejahh commented 7 years ago

Hi @jackpaster You can use CocoaPods. Add both dependencies and run pod install:

pod 'FoldingTabBar', '~> 1.1'
pod 'ColorMatchTabs', '~> 2.0'

Read more how to use CocoaPods