ermalkaleci / CarbonKit

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

CarbonKit can provide Tab controller name? #229

Open BhulkuParth opened 5 years ago

BhulkuParth commented 5 years ago

How to get current Controller name in this method.

func carbonTabSwipeNavigation(_ carbonTabSwipeNavigation: CarbonTabSwipeNavigation, willMoveAt index: UInt) { NSLog("Will move at index: %ld", index)

}