multiple Alamofire requests

前端 未结 2 1761
攒了一身酷
攒了一身酷 2021-01-29 14:05

I\'m building an app that will list all of a user instagram followers. Instagram API returns only around 50 followers as JSON array and a link to the next 50 and so on till all

2条回答
  •  余生分开走
    2021-01-29 14:40

    NSUserDefaults has a registerDefaults: method for this purpose. Use it (in application:didFinishLaunchingWithOptions:).

提交回复
热议问题