swift - iOS: doubts about Alamofire vs AFNetworking -


i'm developing new universal app (minimum ios 7) , want use swift (it's second app new language). in app need afnetworking framework, have doubts compatibility new version alamofire. know there problems between alamofire , ios 7. so, suggest? use alamofire in project or continue afnetworking?

you can alamofire.swift file in project, instead of dragging whole alamofire project. alamofire github page:

source file

for application targets not support embedded frameworks, such ios 7, alamofire can integrated adding alamofire.swift source file directly project. note calling conventions described in 'usage' section alamofire prefix instead omit (for example, alamofire.request becomes request), since functionality incorporated top-level namespace.


Comments

Popular posts from this blog

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

java - Incorrect order of records in M-M relationship in hibernate -