AFNetworking and jSON

后端 未结 7 1204
臣服心动
臣服心动 2020-12-28 08:57

I am getting following the json response from a web-service api. I want to extract product data from the json. I also want to implement this using AFNetworking.



        
7条回答
  •  天命终不由人
    2020-12-28 09:30

    Please check the example of AFNetworking https://github.com/AFNetworking/AFNetworking/tree/master/Example

    For image downloading, EGOCache & EGOImageLoading may be a good choice https://github.com/enormego/EGOImageLoading

提交回复
热议问题