Welcome To Snipplr


Everyone's Recent Objective C Snippets Tagged iphone



Just add this delegate method to enable the row delete.
2 623 posted 13 years ago by rabc
Delete the files in Documents folder if it's not a sqlite file.
5 947 posted 13 years ago by rabc
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 904 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 861 posted 13 years ago by espinallab
It was based in Markjnet example here: >> http://www.markj.net/iphone-asynchronous-table-image/
4 936 posted 14 years ago by rabc
It set the alpha to zero so the view will be invisible
0 790 posted 14 years ago by rabc
3 854 posted 14 years ago by ikex
Inside the `AppDelegate`, the `didFinishLaunchingWithOptions` method can be used to just create and use a custom View Controller class.
1 809 posted 14 years ago by matryer
2 743 posted 14 years ago by rabc
8 1011 posted 14 years ago by lifedim
Communication between objects..
0 651 posted 14 years ago by gerhardsletten
1 648 posted 14 years ago by njhamann