Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialtofful
6,988 PointsStoryboard with a tabBarController
Who can help me?
The tabs are stored in an array named tabBarItems (line 9). Declare a UITabBarItem variable named tab and set it from tabBarItems. Use the selectedIndex we just set as the index for the tab you get from the tabBarItems array.
4 Answers
tofful
6,988 PointsI found it!!!
UITabBarItem *tab = tabBarItems[self.tabBarController.selectedIndex];
Jules Labador
3,207 PointsHow does the tabBarItems next to the method work?
Jonathan Fernandez
8,325 PointsLike you I'm staring at the code but am clueless as to how it works..
Nivit Kochhar
2,502 PointsUITabBarItem *tab = [tabBarItems objectAtIndex:self.tabBarController.selectedIndex];
Benjamin McMahan
6,679 PointsHow were we supposed to know this? Did I miss something? This challenge and the one prior to it seem totally unrelated to the material covered.
Jonathan Fernandez
8,325 Points. (internet was weird so these . ended up getting posted for some reason upon loading sorry if they annoy anyone..)