简体   繁体   中英

AFNetworking for iOS Next Update for Objective-C

Currently i am doing IOS App Development and my projects works under AFNetworking Lib V3.2.1 also i am slowly migrating my app into the Swift with AutoLayout.

My clarification whether will get the AFNetworking Next version for Objective-C?. Because this lib last they was updated on May 2018 and its getting older now a days.

Better can I switch over my project into Swift with alamofire network lib.?

Suggestion require to proceed further.

For Objective-C there will be no further updates. Apple now recommends to use swift in every project so why go for objective-c now as its old. Alamofire is very good wrapper written for networking. I would suggest you to start migrating your project to Swift by using Bridging-Header which serves purpose of using Swift & Objective-C in same project.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM