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.
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
Post a Comment