随笔分类 -  iphone学习

iPhone相关知识的学习。
摘要:主视图控制器类头文件 #import <UIKit/UIKit.h> //UITextField与文本框相关的方法 @interface MainViewController : UIViewController<UITextFieldDelegate> { int flag; NSTimer* t 阅读全文
posted @ 2016-03-30 21:13 待我俊临天下再来寻你 阅读(227) 评论(0) 推荐(0)
摘要:1.代理类的实现文件 #import "AppDelegate.h" #import"MainViewController.h" @interface AppDelegate () @end @implementation AppDelegate //程序一旦启动会调用的方法 - (BOOL)app 阅读全文
posted @ 2016-03-29 21:03 待我俊临天下再来寻你 阅读(190) 评论(0) 推荐(0)