bfeher / BFPaperTabBarController

iOS UITabBar (controller) inspired by Google's Paper Material Design.
MIT License
342 stars 46 forks source link

Added respondeToSelectors checks for the delegates #2

Closed Maguszin closed 10 years ago

Maguszin commented 10 years ago

Since the delegates are optionals checking before calls avoid crash the app if none of them is implemented

bfeher commented 10 years ago

Thanks!