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