IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label Creating. Show all posts
Showing posts with label Creating. Show all posts

Wednesday, January 23, 2013

Creating and using a Library


I'm rather new to XCode.



I've created a Library (Using OS X/Framework & Library/Cocoa Library).


XCode compiles and creates a .dylib file, placing into Library/Developer/Xcode/DerivedData/appname/Build/Products/Debug/appname.dylib.



How do I now make this Library available to used in my apps? 



I've added this Library in a test app under Build Phases/Link Binary With Libraries but am not sure from here how to access my Library functions in the test app.



Ideas?



Thanks



-Mike


View the original article here