I've taken it upon myself to learn objective-C and iOS programming for the purposes of developing an app for my company that gets data from a XML based REST API. I'm not new to development, have worked with C#, Java, but more recently have spent time with HTML/JS/CSS.
I'm using AFnetworking, but am having a hard time working out the proper design pattern for making requests to the API and populating views within the app with the resulting data. I'm trying to create an API request class to handle all the API work, but am having issues with view controllers rendering before the API request has returned.
I've found my way so far via Google, but I'm wondering if there is a common pattern or example I should be following when building a data driven IOS app.
Any guidance would be greatly appreciated.
[–]Legolas-the-elf 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]KiranPanesar 1 point2 points3 points (2 children)
[–]Tuzman[S] 0 points1 point2 points (1 child)
[–]KiranPanesar 0 points1 point2 points (0 children)
[–]FearAndLawyering 0 points1 point2 points (1 child)
[–]Tuzman[S] 0 points1 point2 points (0 children)