Top "Promisekit" questions

PromiseKit is Objective-C and Swift Promises implementation.

Chain multiple Alamofire requests

I'm looking for a good pattern with which I can chain multiple HTTP requests. I want to use Swift, and …

ios swift alamofire promisekit
error: cannot convert value of type '() -> ()' to closure result type 'String' using Swift + PromiseKit

I am new to promises in Swift and using PromiseKit to try and create a very simple response in a …

swift xcode promisekit
Create a new NSError in Swift (to reject a Promise from PromiseKit)

I have been trying to use PromiseKit, and I'm stuck at rejecting a promise. Promise rejection is done either by …

swift promisekit