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 1068 posted 13 years ago by espinallab
Set UITableView background to a pattern
3 762 posted 13 years ago by glebd
0 694 posted 13 years ago by rabc
3 949 posted 13 years ago by rabc
5 961 posted 13 years ago by rabc
0 542 posted 13 years ago by bebroll
Just add this delegate method to enable the row delete.
2 607 posted 13 years ago by rabc
Delete the files in Documents folder if it's not a sqlite file.
5 929 posted 13 years ago by rabc
0 519 posted 13 years ago by tonic
Here is how you add a shadow to a UILabel on the iPhone.
1 662 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 888 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 849 posted 13 years ago by espinallab
3 689 posted 13 years ago by arpit
1 ... 4 5 6 7 8 9