Crooked Spin

Archive for November, 2006

Programming

November 12, 2006

NSURLProtocol loading

I’m working on an app that loads a WebView with data using a custom NSURLProtocol and uses CoreData. Tonight I switched the CoreData store from XML, which I use while I’m still playing around with the model, to an SQLite store. Everything looks good until I start changing the selection that feed the [...]