What is the recommended approach when I need to load elements on the fly?
My app has one particular element which should have a disclosure accessory and when clicked/entered it should go to a new section with elements which I retrieve from a webservice.
Should I add an onclick delegate which loads and adds the elements and navigates to the section or is there some other approach more suitable?