Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2073221
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类:

2010-04-25 18:37:30

  1. User Interface Control Forms
    • active
      The control that can trigger action method, such as button
    • static (inactive)
      The control that can be changed programmatically, but the users can't do anything with it, such as label, imagel
    • passive
      The control that holds the date userd entered, it does't trigger acction method, but user can interact with it, and change its value, such as text field.
  2. UIView
    • UITextField
    • UILabel
    • UISwitch
    • UIBotton
    • UIProgressView
    • UIImageview
  3. Define outlet and establish connection
    IBOutlet *;
  4. Define action method and establish connection
    - (IBAction) :(id)sender
  5. Attributes
    (Please refer to the reference document)
  6. ...


Reference:
  1. Beginning iPhone Development: Exploring the iPhone SDK
    Chapter: Application Settings and User Defaults
    Page: P53~87

阅读(958) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~