摘要: xib界面 就放6个UIButton,并将他们的Touch Up Inside 事件与 .h文件里的IBAction关联起来;另外还有两个UILabel,把他们的Outlet与 .h文件里的输出口关联起来就行了. 1 #import <UIKit/UIKit.h> 2 #import "TWFXAppDelegate.h" 3 4 @interface TWFXViewController : UIViewController 5 { 6 NSOperationQueue *operationQueue; 7 } 8 9 @property (retain, n 阅读全文
posted @ 2012-12-11 14:56 仙外仙 阅读(959) 评论(0) 推荐(0) 编辑