ios - UIScrollview w/ one large view, or UITableview w/ multable views? -


im working on project has detailed view of company's information. on lower half of view have buttons don't move, above them have more content, can not fit screen 4s. i'm thinking should create new view , insert view or views tableview, or scrollview.

what i'm not sure if should create sectional views each part of page, e.g. hero image header of page, company titles , description, other photos, etc, take each view , add them tableview, or should create 1 big view them elements , insert scrollview. standard/best choice displaying content in app thats beyond height of area?

i provided example of detailed view. want above message/call buttons scroll up/down can fit more content.

enter image description here

you can static uitableview.

take @ blog. explains in detail how this.

you don't need datasource or anything.

http://www.oliverfoggin.com/using-a-static-uitableview-as-a-layout-device/


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -