Link to home
Start Free TrialLog in
Avatar of StraySod
StraySodFlag for Czechia

asked on

Library in Interface Builder is empty

Dear Experts,

I try to develop my first iOS app following this article on EE:
First iPhone Application
I'm stuck at the point #5. I open the MainWindow.xib, see the library on the left side, but cannot search or browse any items. The library seems to be empty. I've installed XCode along with the iOS SDK 4.2. As I'm a newbie to the platform, XCode IDE and objective-c, the solution could be trivial but I can't move forward. I'd appreciate your assistance. Thank you in advance!

Regards,
Martin
ASKER CERTIFIED SOLUTION
Avatar of SpeedyApocalypse
SpeedyApocalypse
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of gawhemant
gawhemant

Hello Martin,
You can follow the following steps:
1)Add all the images into your resource folder.
2)Goto X-Code i.e. your project. Right click on resource folder inside your project and then go to the folder via browsing and add all the files (image files eg: .png,.jpg,.tiff,.gif etc.)
3)It will as you if you want to add those resource files click on ADD button.

You are through.You will get all the files you want inside your library.

Regards,
Hemant
Avatar of StraySod

ASKER

Thank you,
the solution was trivial as expected :) The video pointed me to the right direction. I wasn't able to find the Cocoa Touch components, now I can.