摘要: 终端在项目目录下输入:" find . -name "xxx.swift" | xargs wc -l " 回车 阅读全文
posted @ 2017-02-05 18:44 刚刚888 阅读(308) 评论(0) 推荐(0) 编辑
摘要: *swift有命名空间概念,所谓命名空间即同一个命名空间中相互可以调用不用导入。不同命名空间中可以起相同的名字 swift项目就是一个命名空间 *运行时获取类属性列表、属性名称、将C语言字符串转成oc string *基本数据类型,在OC中没有可选,swift中如果定义成可选,运行时同样获取不到,使 阅读全文
posted @ 2017-02-04 10:07 刚刚888 阅读(289) 评论(0) 推荐(0) 编辑
摘要: self.automaticallyAdjustsScrollViewInsets = NO; //去掉tableVIew顶部留白 阅读全文
posted @ 2016-09-05 12:28 刚刚888 阅读(142) 评论(0) 推荐(0) 编辑
摘要: cell中 [self.contentView addSubview:self.scrollView]; self.scrollView.userInteractionEnabled = NO; [self.contentView addGestureRecognizer:self.scrollVi 阅读全文
posted @ 2016-08-16 18:33 刚刚888 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 设置 按钮属性showTouchWhenHighlighted为YES即可 阅读全文
posted @ 2016-08-12 11:30 刚刚888 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 1. iOS Developer Library路径:https://developer.apple.com/library/ios/navigation/ 2. 百度搜索:iOS Developer Library 阅读全文
posted @ 2016-07-01 14:42 刚刚888 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 1.plist文件中添加View controller-based status bar appearance字段 值为NO 2.程序中添加 [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent 阅读全文
posted @ 2016-06-24 10:01 刚刚888 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 视频 - http://www.manew.com/forum-105-3.html一个论坛帖 - http://www.zhihu.com/question/21114802官网 - http://www.cocos.com/doc/tutorial/index?level=0&type=coco 阅读全文
posted @ 2016-05-30 10:24 刚刚888 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 出现: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“aaaah”) 阅读全文
posted @ 2016-05-13 15:57 刚刚888 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 1、进入苹果开发者官网developer.apple.com,点击member center,进入登录界面。 2、输入你的开发者账号和密码,登录后会跳转到“Select your team”这个界面。 3、选择你的team,进入到个人中心,选择“ Certificates, Identifiers 阅读全文
posted @ 2016-03-08 15:27 刚刚888 阅读(307) 评论(0) 推荐(0) 编辑