Sixten Otto

Results 7 issues of Sixten Otto

With the [overhaul of logging](https://github.com/ProcedureKit/ProcedureKit/pull/861) for 5.0, the documentation for [custom logging](https://operations.readme.io/docs/custom-logging) integration, and probably some other setup stuff, is now obsolete. Would I be correct in concluding that what...

documentation

In [the article on UIActivityViewController](https://nshipster.com/uiactivityviewcontroller/) ([source](https://github.com/NSHipster/articles/blob/master/2014-04-21-uiactivityviewcontroller.md)), there's a table of Supported Data Types by Activity Type. Some of the items in that table are marked with a "+" or "*"...

After noticing that ARC support had been merged in, I [hacked the old homebrew formula](https://gist.github.com/sixten/1f96c3fb53f54ba0ddaf#file-appledoc-rb) to pull down and build HEAD, and pointed it at some of our app code:...

Still working on tracking this down (and updating the unit tests to run on 64-bit devices…), but it looks like there are a couple of places that the code only...

Here's what I'd like to be able to do: - Have a model object that has an image URL (a person's avatar, say). - When that object is loaded, begins...

I guess I never reviewed this code as closely as perhaps I should have, because I discovered yesterday that none of the classes with properties implement `-dealloc`. As you might...

The `NSURLCache` class provides a method by which one can dump the entire contents of the cache (`-removeAllCachedResponses`). What doesn't seem to be available, and would seem to be useful...