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 trial

iOS Build a Self-Destructing Message iPhone App Designing and Starting the App A Storyboard with a Tab Bar Controller

ryantross
ryantross
3,760 Points

Does anyone have the code for the UITabBarItem header and main files??!

I understand the answer to the challenges for starting the self-destruction app. But can anyone show me the header and main files for 'UITabBarItem'? I'm not sure how xcode knows what's in the array and i keep getting 'null' in the log messages when I try to create my own array. Please help!

1 Answer

UITabBarItem is part of UIKit in iOS. The framework is private so you can't see the implementation. Some people have used tools to dump the headers which can be viewed here.