上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页
该文被密码保护。 阅读全文
posted @ 2016-02-20 14:59 OIMMZC 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、键盘风格 UIKit框架支持8种风格键盘。 typedef enum { UIKeyboardTypeDefault, // 默认键盘:支持所有字符 UIKeyboardTypeASCIICapable, // 支持ASCII的默认键盘 UIKeyboardTypeNumbersAndPunct 阅读全文
posted @ 2016-02-20 14:43 OIMMZC 阅读(2267) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-02-19 10:39 OIMMZC 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 当我们点击某个cell时,会执行下面这个方法,方法中调用另一方法执行具体操作: - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { if (0 == indexPa 阅读全文
posted @ 2016-02-14 11:34 OIMMZC 阅读(1057) 评论(0) 推荐(0) 编辑
摘要: - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [self.view endEditing:YES];//设置不可编辑(点击时,触发编辑完毕时间达到键盘还没有出来就回收键盘的效果) } 阅读全文
posted @ 2016-02-13 14:17 OIMMZC 阅读(515) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-02-02 15:51 OIMMZC 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-02-02 15:00 OIMMZC 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 地图定位错误:使用CoreLocation获取地理位置信息,报错Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"解决方法:1.确定模拟器(手机)已经联... 阅读全文
posted @ 2016-01-27 09:32 OIMMZC 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 1.倒入头文件#import 2.实现定位协议CLLocationManagerDelegate3.定义定位属性@property(nonatomic,retain)CLLocationManager *locationManager;4.开始定位- (void)locate{ // 判断定位操作... 阅读全文
posted @ 2016-01-26 16:00 OIMMZC 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 按照官方的文档(https://github.com/supermarin/Alcatraz),先卸载再重新安装即可。步骤如下:1. 退出Xcode2.rm -rf ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/Alca... 阅读全文
posted @ 2016-01-19 10:01 OIMMZC 阅读(116) 评论(0) 推荐(0) 编辑
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 43 下一页