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:

flow sketch

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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -