Yalantis / FoldingTabBar.iOS

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

Actions ItemImage #72

Closed resand closed 7 years ago

resand commented 7 years ago

Hi! How he assigned actions to leftItemImage and rightItemImage

Thanks!

jackpaster commented 7 years ago

@resand Do you mean how do they assign actions for the left and right bar button items. Because if thats so. I have the exact same question. +1

resand commented 7 years ago

@jackpaster Exactly, but had not read well, you have to implement the delegate and then the methods:

TabBarDidSelectExtraLeftItem TabBarDidSelectExtraRightItem

And so on each tab you implement the left or right icons

Vodolazkyi commented 7 years ago

Exactly, you should implement below methods:

TabBarDidSelectExtraLeftItem TabBarDidSelectExtraRightItem