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 [...]