摘要:
终端在项目目录下输入:" find . -name "xxx.swift" | xargs wc -l " 回车 阅读全文
摘要:
*swift有命名空间概念,所谓命名空间即同一个命名空间中相互可以调用不用导入。不同命名空间中可以起相同的名字 swift项目就是一个命名空间 *运行时获取类属性列表、属性名称、将C语言字符串转成oc string *基本数据类型,在OC中没有可选,swift中如果定义成可选,运行时同样获取不到,使 阅读全文
摘要:
self.automaticallyAdjustsScrollViewInsets = NO; //去掉tableVIew顶部留白 阅读全文
摘要:
cell中 [self.contentView addSubview:self.scrollView]; self.scrollView.userInteractionEnabled = NO; [self.contentView addGestureRecognizer:self.scrollVi 阅读全文
摘要:
设置 按钮属性showTouchWhenHighlighted为YES即可 阅读全文
摘要:
1. iOS Developer Library路径:https://developer.apple.com/library/ios/navigation/ 2. 百度搜索:iOS Developer Library 阅读全文
摘要:
1.plist文件中添加View controller-based status bar appearance字段 值为NO 2.程序中添加 [UIApplication sharedApplication].statusBarStyle = UIStatusBarStyleLightContent 阅读全文
摘要:
视频 - 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 阅读全文
摘要:
出现: No codesigning identities (i.e. certificate and private key pairs) that match the provisioning profile specified in your build settings (“aaaah”) 阅读全文