2016年5月14日

Xcode插件管理工具Alcatraz

摘要: Alcatraz Alcatraz Alcatraz是一个能帮你管理Xcode插件丶模版及颜色配置的工具.它可以直接集成在Xcode的图形界面中,让你感觉就像在使用Xcode自带的功能一样. 使用如下的终端来安装Alcatraz: 如果你不想使用Alcatraz了,可以使用如下命令来删除: 删除所有 阅读全文

posted @ 2016-05-14 00:24 刘志武 阅读(160) 评论(0) 推荐(0)

iOS keyBoardDemo

摘要: #import "ViewController.h" @interface ViewController () @property (nonatomic, retain) UIView *aView; /** *)touches withEvent:(UIEvent *)event { [self.textField resignFirstResponder]; } - (voi... 阅读全文

posted @ 2016-05-14 00:13 刘志武 阅读(285) 评论(0) 推荐(0)

导航