ios - Cocoa Touch interface advice -


background info

i'm working on ipad application allows coach log data sports match during game. main screen features number of large "buttons" different events occur during match.

due large number of different events, , limited screen real estate on tablet device, decided split events different sections.

you can see wireframe below: wireframe logging screen

as can see, screen shows "general", "attack" , "setpiece" sections. like, when user taps "defend" button, section hide attack section , show defend section instead, whilst keeping general , setpiece sections available @ times.

question

my question standard practice / best way of implementing show/hide/replace panel attack/defend panel?

for example, on web, achieved divs , css "display" properties, or in java, show/hide panel objects.

if point me in direction of best practice sort of control, appreciate it.

thanks, chris


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -