Welcome To Snipplr
Everyone's Recent Objective C Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
this was just an exercise to learn about updating a UIImageView to the desired orientation;the accelerometer was used to detect the movements through the overridden method shouldAutorotateToInterfaceOrientation. wurd.
0
1268
posted 14 years ago by rvachere
Add the following framework "AddressBook.framework" to your project
Make sure to import these header files.
#import "AddressBook/ABAddressBook.h"
#import "AddressBook/ABPerson.h"
#import "AddressBook/ABMultiValue.h"
3
1157
posted 14 years ago by espinallab
Here is a peace of code from one of my project to show you how you to show directions on the Google Map application.
1
1285
posted 14 years ago by espinallab