Welcome To Snipplr
Everyone's Recent Objective C Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
A database table is basically an array of dictionary objects. As long 
as all the fields are valid property list types, you can loop through 
the array creating a managed object for each dictionary and setting 
the values. If you have an array con...
        
        
        
            2 
        
        
            1709 
        
                    posted 18 years ago by zingo
            Prints content from an NSError or NSArray content from a managedObjectContext.
        
        
        
            0 
        
        
            1402 
        
                    posted 18 years ago by zingo
            Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.
For a internationalised version see: http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-c...
        
        
        
            1 
        
        
            1883 
        
                    posted 18 years ago by zingo
            This provides a nice split view resizing method with a minimum size restraint. You HAVE to specify MIN_LEFT_PANE_W for this to work.
        
        
        
            2 
        
        
            1897 
        
                    posted 18 years ago by iloveitaly
            
