Hi, I am new to xcode. I start a New Project (my first project) and have noticed the Object Library is completely empty. Any ideas?
Thanks
Luis
Hi, I am new to xcode. I start a New Project (my first project) and have noticed the Object Library is completely empty. Any ideas?
Thanks
Luis
The Object Library contains user interface controls. It fills with stuff only when you're editing a user interface file (nib, xib, storyboard) and will be empty otherwise. Hope that clears up the confusion for you.