Welcome To Snipplr


Everyone's Recent Objective C Snippets



1 ... 4 5 6 7 8 9
Here is how to determine the device type.\r\n\r\nHow to use it.\r\n\r\nUIDeviceHardware *h=[[UIDeviceHardware alloc] init];\r\n[self setDeviceModel:[h platformString]]; \r\n[h release];
3 838 posted 13 years ago by espinallab
Set UITableView background to a pattern
3 555 posted 13 years ago by glebd
0 546 posted 13 years ago by rabc
3 707 posted 13 years ago by rabc
5 763 posted 13 years ago by rabc
0 382 posted 13 years ago by bebroll
Just add this delegate method to enable the row delete.
2 452 posted 13 years ago by rabc
Delete the files in Documents folder if it's not a sqlite file.
5 719 posted 13 years ago by rabc
0 426 posted 13 years ago by tonic
Here is how you add a shadow to a UILabel on the iPhone.
1 553 posted 13 years ago by espinallab
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 700 posted 13 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 631 posted 13 years ago by espinallab
1 ... 4 5 6 7 8 9