iphone SDK buttons control views
Posted
by mangnv
on Stack Overflow
See other posts from Stack Overflow
or by mangnv
Published on 2010-03-31T16:42:59Z
Indexed on
2010/04/01
0:53 UTC
Read the original article
Hit count: 327
iphone-sdk
Hi, all
I'v just started to learn SDK. I have several questions.
First. I will do the project about university APP. if u clike the app, then u can c several buttons on
one page, then each button( eg: event, BBS,courses, map....) has specific function...each one connect to
anohter view. Are they buttons on the main page?
Second, how to deal with one view has several buttons, one button connect to other view?
Third, how to deal with controller classes? I'd like to make a app like this way.
Main Page has 6 buttonss(event, community, directory...), take community for eg: community has two functions( Notices and BBS). if i clike Notices, then i can read notices, and if i clike BBS, then i could also read BBS. The thing that i do not get is..how to deal with classes. I mean main Page has one controller classes that control 6 buttons?
If my question is not so clearly, then let me know....I really need help~
© Stack Overflow or respective owner