espinallab


Member since 01/25/2010

4 snippets

1907 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

espinallab's Recent SnippetsTagged iphone



« Prev 1 Next »
This is how you play and stop sound effects in cocos2d
0 716 posted 12 years ago by espinallab
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 1067 posted 13 years ago by espinallab
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
« Prev 1 Next »