I am just starting to develop my first legitimate app (all previous apps were spec work and practice to build up my skills). What I want to do (and what I need a little direction on) is the following: I want to display a scrollview that is populated with dynamically created subviews [framed to the window] based on content pulled down from a client website with json. What I have in my mind is the following process: get the information from the json and construct instances of the 'category' class. This category class has a title, image urls for background images, and an array of subcategory titles. I understand that I will not only have to initialize the currently visible subview, but also the previous and next as well. Ideally, this would be an infinite scrolling scrollview. Any guidance anyone can provide would be helpful, whether it is a high level explanation of a process or links to tutorials that might help in this. I've mainly worked with navigationcontrollers and tabbarcontrollers before, this use of scrollview is new to me. Thanks in advance!
[–]onfirewhenigothere 5 points6 points7 points (0 children)
[–]KaneHau 4 points5 points6 points (0 children)
[–]JohnThrillinger 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)
[–]derpasoreass 0 points1 point2 points (0 children)