ios - Multiple detail views in master-detail application. How should I approach this? -



ios - Multiple detail views in master-detail application. How should I approach this? -

i'm pretty new app development , experimenting master-detail app using swift. have master uitableview have populated array of info (i.e. not static cells) , ready design detail pages each of 100 or items in master tableview. each detail page have own unique combination of text , images, , in mind there 2 approaches can take.

the first add together static view controller , segue each item in master tableview. the sec utilize single detail page , alter content of page depending on item in master tableview selected.

can comment on these approaches , create recommendations regarding approach take? there performance benefits/detriments of using 1 approach on other? having multiple static detail pages create important difference overall size of app?

there seems less thinking involved if used multiple detail pages, single view controller approach much easier manage , add together in future.

ios swift master-detail

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -