objective c - new to views, create custom box and duplicating it -
i'm new ios... want set view has multiple objects. these objects can vary in number according result rest webservice host on website. have accomplished retrieving results , processing json. i'm not sure how present information. have box appear each of results contain image title , button. have in 2 columns. first thought of doing manually, drawing 8 boxes, , populate manually titles , actions results. i'm sure there must way can create 1 box , duplicate each of results. also, i'm clueless on how download image. got full url of don't know how download , display it.
can point me right direction.
thanks,
b
to download images, recommend nsurlconnection. displaying data, uitableview standard approach. can customize row appearance or little project requires.
Comments
Post a Comment