随笔分类 - iphone学习
iPhone相关知识的学习。
摘要:主视图控制器类头文件 #import <UIKit/UIKit.h> //UITextField与文本框相关的方法 @interface MainViewController : UIViewController<UITextFieldDelegate> { int flag; NSTimer* t
阅读全文
摘要:1.代理类的实现文件 #import "AppDelegate.h" #import"MainViewController.h" @interface AppDelegate () @end @implementation AppDelegate //程序一旦启动会调用的方法 - (BOOL)app
阅读全文

浙公网安备 33010602011771号