thoughtbot / Perform

Easy dependency injection for storyboard segues
MIT License
280 stars 12 forks source link

Add UITabBarController.configureViewControllers #7

Closed sharplet closed 8 years ago

sharplet commented 8 years ago

Fixes #6.

Simplifies passing dependencies to tabs within a tab bar controller by searching within each tab's view controller hierarchy for a matching view controller to configure.

jakecraige commented 8 years ago

👍