All Alamofire-FrameWork related Questions

by QuickIos | 30/09/16 | 2 Answers | Tags : ios , xcode , Alamofire FrameWork Views : 1214
“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift.

Read more

by QuickIos | 22/09/16 | 2 Answers | Tags : ios , Mac , Alamofire FrameWork Views : 1262
Hi i got error when i try to call my api by Alamofire NSLocalizedDescription=The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.}

Read more

by QuickIos | 19/09/16 | 2 Answers | Tags : ios , xcode , OS X , Alamofire FrameWork Views : 2243
i am using Alamofire for requesting data from the server i am finding error like Cannot invoke 'request' with an argument list of type '(String)' i am using Alamofire 3.5 . and i find this is definition at code suggestion Alamofire.request( URLRequest: URLRequestConvertible) so what should i do ? how can i convert '(String)' to '(URLRequest)' i am very beginner for iOS coding with swift so help

Read more