/ Published in: Objective C
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
//What you want to do is write it into your sandbox Documents directory like so:
[myPatients writeToFile:path atomically:YES];
//or write it into your sandbox temporary (/tmp) directory like this
[myPatients writeToFile:path atomically:YES];
Reading it:
URL: http://www.iphonedevsdk.com/forum/iphone-sdk-development/5823-save-plist-properity-list.html
Comments
 Subscribe to comments
                    Subscribe to comments
                
                