ios - Fill the View Controller with elements/objects from web/cloud swift -
i have tableviewcontroller
connected empty-"template" viewcontroller
. make each cell responsible own interface/design. in other words: viewcontroller
has elements placed (like uiimage
, uilabel
, uitext
, etc.) , each time when specific cell selected viewcontroller
starts fill specific images/resources. moreover, great if resources taken web or cloud (in order not save in application itself).
so, imagine somehow this:
the problem deal first time, , tried find different ways solve problem (in terms of implementation), therefore ask: idea can implemented in way or there more reliable way, , techniques or technology can used realization?
thank you!
you can in multiple approaches. totally depends on architecture have been following.
you can use react/ key-value observing , set keys when response.
alternatively, small app or poc, use alamofire network manager , response, set labels. use image extension in alamofire set images takes more time download.
i want know exact problem facing out. generic discussion not encouraged here.
wiki
Comments
Post a Comment