摘要:
使用复杂的触摸和手势Apple有各种手势识别器的Class,下面,将使用几个手势识别器,实现:轻按、轻扫、张合、旋转(摇动暂不涉及)。每个手势都将有一个标签的反馈。包括三个UIView,分别响应 轻按、轻扫、张合,一个UIImageView响应张合。使用SingleView模板。ViewController.h代码:#import<UIKit/UIKit.h>@interfaceViewController :UIViewController{ UIView*tap; UIView*swipe; UIView*pinch; UIView*rotateView; UILabel*ou 阅读全文
posted @ 2012-03-23 11:18
limaning
阅读(447)
评论(0)
推荐(0)
摘要:
XCode4.2iOS各模板简述:Master-Detail Application:This template provides a starting point for a master-detail application. It provides a user interface configured with a navigation controller to display a list of items and also a split view on iPad.此模板提供了一个主应用程序的起点。它提供了一个配置有导航控制器的用户界面,显示的项目清单和一个能在iPad上拆分的视 阅读全文
posted @ 2012-03-23 11:15
limaning
阅读(197)
评论(0)
推荐(0)