Re: Removing Core Data from an existing app

2014-03-14 Thread Bradley O'Hearne
On Mar 13, 2014, at 2:08 PM, Rick Mann rm...@latencyzero.com wrote: On Mar 13, 2014, at 13:09 , Bradley O'Hearne br...@bighillsoftware.com wrote: 1. How do I check for the presence of a Core Data database without actually instantiating / creating the database? You control where the

Re: Best way to composite/tile multiple CGImages to one image

2014-03-14 Thread Trygve Inda
On Mar 8, 2014, at 9:17 AM, Trygve Inda cocoa...@xericdesign.com wrote: On 08 Mar 2014, at 04:38, Trygve Inda cocoa...@xericdesign.com wrote: I need to composite/tile about 20 images in a 4x5 grid to one image. What for? Knowing that might help finding a way to speed it up. I.e. why are

Re: No options constant

2014-03-14 Thread Sixten Otto
On Thu, Oct 17, 2013 at 5:05 PM, Sixten Otto hims...@sfko.com wrote: Let me be clear: I'm not talking about borrowing the none constant from Enumeration A and using it when calling something that expects values from Enumeration B. I agree that that would be confusing, and possibly get me into

Re: Removing Core Data from an existing app

2014-03-14 Thread Jerry Krinock
On 2014 Mar 14, at 11:18, Bradley O'Hearne br...@bighillsoftware.com wrote: about dealing with crashing … rather than deal with the data completely in bulk, I think incremental migration and deletion of entities from Core Data would be the best idea. That way if there’s an interruption or