Posts by Ricardo Augusto • 121 points
1 post
-
2
votes1
answer82
viewsA: JSON API cache in Xcode
Ideally, you should cache this information in a local database (Sqlite or Coredata) and check whether the user has a connection. By own Afnetworking has a class for this: - (void)viewDidLoad {…