teodorpatras / EasyTipView

Fully customisable tooltip view in Swift for iOS.
MIT License
3.07k stars 535 forks source link

Is there any way to have this support TabBarItems? #16

Closed TravelNVal closed 8 years ago

andrew-skrypnyk commented 8 years ago

i used let target = self.tabBarController?.tabBar.items![1].valueForKey("view") as? UIView

teodorpatras commented 8 years ago

version 0.1.7 supports any subclass of UITabBarItems. Cheers.