TIANKONGHAIHUO

导航

2016年1月21日 #

View的懒加载

摘要: AppDelegate.m#import "AppDelegate.h"#import "ViewController.h"@interface AppDelegate ()@end@implementation AppDelegate- (BOOL)application:(UIApplicati... 阅读全文

posted @ 2016-01-21 12:14 日月行程 阅读(297) 评论(0) 推荐(0) 编辑

多个UITextField的处理(实现键盘排版)

摘要: 第一种方法(没有禁止“上、下一个的按钮”)Main.storyboard一定要设置相应的控制器类KeyboardToolbar.h#import @class KeyboardToolbar;typedef enum { BTNTypePrevious = 0, BTNTypeNext, BT... 阅读全文

posted @ 2016-01-21 11:50 日月行程 阅读(647) 评论(0) 推荐(0) 编辑