Florian Heiber

Results 4 issues of Florian Heiber

I updated the selector usage to the upcoming Swift 3.0 style and removed the reference to the playground file that was missing.

I've set up my project as you described it and this works fine as long as I'm using it only in the simulator. Once I want to build it for...

I'm trying to implement a tag based search, similar to Google's site based search (`site:foo.bar baz`) to use on my own website. Since I'm not a web developer by trade...

I'm trying to serialize objects that contain a `CLLocation` object as a property and `toDictionary` does not seem to cover that case yet. So I'm contemplating what the best solution...