Tiago Fernandez
Tiago Fernandez
There are often times in a web application where you need to send a request for the latest user interaction. We need a way to prevent subsequent (async) logic from...
Even when the response header has `application/json` as `Content-Type`, the JSON `String` is sent instead of the previously parsed JSON `Object`.
I've added an optional method to KKPasscodeSettingsViewControllerDelegate, in order to notify the delegate that the passcode lock view will be on screen. The reason is to allow things like dismissing...