Profile
Achievement
 
    
                espinallab's Recent Snippets
- All /
 « Prev 1 Next »
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 
        
        
            3085 
        
                    posted 15 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 
        
        
            2772 
        
                    posted 15 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 
        
        
            1868 
        
                    posted 15 years ago by espinallab
            This is really cool, thanks to the author for putting it together.
        
        
        
            5 
        
        
            1846 
        
                    posted 15 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 
        
        
            2030 
        
                    posted 15 years ago by espinallab
            I'm using this Rss Parser for clubplanet app, it works really fast and easy to implement
        
        
        
            2 
        
        
            2170 
        
                    posted 15 years ago by espinallab