espinallab


Member since 01/25/2010

11 snippets

1890 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

espinallab's Recent Snippets



« Prev 1 Next »
This is how you play and stop sound effects in cocos2d
0 709 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 1056 posted 13 years ago by espinallab
Here is how you add a shadow to a UILabel on the iPhone.
1 654 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 842 posted 13 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 942 posted 13 years ago by espinallab
This is really cool, thanks to the author for putting it together.
5 910 posted 14 years ago by espinallab
1 863 posted 14 years ago by espinallab
So here is something a lot of people have been wondering to do in the forums. How do I take a UIImage or any image and post it to a website. So this will go over how to do that. There are two ways to tackle this issue. One we can base64 encode the...
2 824 posted 14 years ago by espinallab
I'm using this Rss Parser for clubplanet app, it works really fast and easy to implement
2 802 posted 14 years ago by espinallab
« Prev 1 Next »