Reinder de Vries

Results 11 comments of Reinder de Vries

Understood! Give me a few days and I'll update this for iOS 10 / Swift 3.

I've got no plans so far to update for Swift 3 – iOS 11/Swift 4 is coming in a few months. Feel free to PR, or ask me a question...

Thanks Bryan! Glad you like it. Here's what I'd do: - Is the app compiling? If not, start there. What's the compiler error, if any? - Check out the `getCoffeeShopsWithLocation(location:)`...

Awesome! Sounds like there's in fact something wrong with the data coming in, or the requests not triggering. If you start out in that function I mentioned, and track the...

Hi Valentin, Thanks for getting in touch. Could you explain me what you're trying to do? I'm not sure I quite understand. Are you trying to show multiple categories, and...

OK, got it. You first need to check the syntax of the snippet you posted. Also, use Markdown styling when pasting code on Github. Try this: ``` if let icon...

Hi @mvalbuquerque, Did you install and/or update the pods with `pod install` or `pod update`? Also, did you open the `.xcodeproj` file or the `.xcworkspace`? You have to work with...

Use it like this: ``` let task1 = self.quadratSession.users.get() let task2 = self.quadratSession.users.friends(userId: "self", parameters: nil) let multiTask = self.quadratSession.multi.get([task1, task2]){ (responses) -> Void in println(responses) } multiTask.start() ``` First,...

@jpduvet I don't know – asking Foursquare directly is the best option here I think. Perhaps it's covered in the license/agreement for using the API itself? The API data is/must...

FYI, on the Logitech Trackman, using the _mini left button_, I used @randydod-teamunify's [code](https://github.com/tekezo/Karabiner/issues/814#issuecomment-357092695) with these settings: - Logitech Control Center: set _mini left button_ to Advanced Click, button no....