Knowing the Target-Action Patterns for iPad App Development

Following are the Target-Action patterns that you use when programming iPad applications. You generally will specify the target as the view controller (which you’ll have already subclassed) because it controls the view in which these controls reside.



  • UITabBarItem (for items on the tab bar)



  • UIBarButtonItem (for items on the navigation bar and tool bar)



  • UIButton



  • UIDatePicker



  • UIPageControl



  • UISegmentedControl



  • UITextField



  • UISlider



  • UISwitch











dummies

Source:http://www.dummies.com/how-to/content/knowing-the-targetaction-patterns-for-ipad-app-dev.html

No comments:

Post a Comment