摘要:
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate#pragma mark 告诉代理进程启动但还没有进入状态保存- (BOOL)application:(UIApplication *)app... 阅读全文
posted @ 2016-01-15 16:00 iOS_满聪 阅读(187) 评论(0) 推荐(0)
|
|||
|
摘要:
#import "AppDelegate.h"@interface AppDelegate ()@end@implementation AppDelegate#pragma mark 告诉代理进程启动但还没有进入状态保存- (BOOL)application:(UIApplication *)app... 阅读全文
posted @ 2016-01-15 16:00 iOS_满聪 阅读(187) 评论(0) 推荐(0)
摘要:
1.UITextFiled的密文输入 secureTextEntry 安全文本输入 secure:安全 Entry:入口 阅读全文
posted @ 2016-01-15 13:00 iOS_满聪 阅读(435) 评论(0) 推荐(0)
摘要:
一.当遇到一些UIView 或者 UIView的子类时,比如点击UIImageView要放大图片等。二.步骤: 1.首先要确保打开控件的用户交互,userInteractionEnabled设置成YES; 2.创建手势,也就是用UITapGestureRecognizer类创建一个对象。 3.将手势... 阅读全文
posted @ 2016-01-15 10:00 iOS_满聪 阅读(15030) 评论(0) 推荐(0) |
|||