ermalkaleci / CarbonKit

CarbonKit - iOS Components (Obj-C & Swift)
MIT License
682 stars 164 forks source link

Second time Clicking is not working #219

Open karthiKarthiP opened 6 years ago

karthiKarthiP commented 6 years ago

When i clicked second time this method doesn't call

func carbonTabSwipeNavigation(_ carbonTabSwipeNavigation: CarbonTabSwipeNavigation, viewControllerAt index: UInt) -> UIViewController { }

KheniDharmesh commented 5 years ago

Did you found any solution for this?

karthiKarthiP commented 5 years ago

No.

KheniDharmesh commented 5 years ago

I have solved it by setting Notificationcenter.

karthiKarthiP commented 5 years ago

ohh nice .. Thanks Bro