上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: UIView* contentView = UIView.new; [self.scrollView addSubview:contentView]; [contentView makeConstraints:^(MASConstraintMaker *make) { make.edges.equa 阅读全文
posted @ 2016-04-15 16:40 YouNeedCourage 阅读(505) 评论(0) 推荐(0) 编辑
摘要: iOS APP提交上架最新流程 原文地址:http://www.cocoachina.com/bbs/read.php?tid=330302 时隔1年又让我鼓捣iOS,刚接手就是上架,经验值为0的我,虽然内心是拒绝的,但还是要接受这项任务滴!也就是在被拒后重新审核,再改在提交。。。这样反复的过程中也 阅读全文
posted @ 2016-04-13 19:08 YouNeedCourage 阅读(370) 评论(0) 推荐(0) 编辑
摘要: http://www.oschina.net/app/ 阅读全文
posted @ 2016-04-13 11:02 YouNeedCourage 阅读(186) 评论(0) 推荐(0) 编辑
摘要: // // MyConcernListViewController.m // loopdiner // // Created by yl on 16/4/5. // Copyright © 2016年 yl. All rights reserved. // #import "MyConcernLis 阅读全文
posted @ 2016-04-05 17:55 YouNeedCourage 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 崩溃信息: 2016-04-05 13:58:35.913 loopdiner[6714:186743] *** Terminating app due to uncaught exception 'NSGenericException', reason: '*** Collection <__NS 阅读全文
posted @ 2016-04-05 14:06 YouNeedCourage 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 创建真机调试证书(苹果开发者平台各个选项对应的含义) 原文地址:http://jingyan.baidu.com/article/ff411625b8141312e48237a7.html 阅读全文
posted @ 2016-03-31 11:49 YouNeedCourage 阅读(232) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/huaziyishixiyan/article/details/50083945 阅读全文
posted @ 2016-03-30 10:26 YouNeedCourage 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.如果使用自定义的返回按钮,那么右滑返回失效,进行如下设置 2.在主页进行滑动后无法推出下一页(即首页不需要返回手势,在首页设置返回手势不生效),进行如下设置 3. 阅读全文
posted @ 2016-03-29 17:42 YouNeedCourage 阅读(323) 评论(0) 推荐(0) 编辑
摘要: //首先注册通知,监听键盘: //在键盘弹出和收起的方法中做以下操作 阅读全文
posted @ 2016-03-29 13:46 YouNeedCourage 阅读(2146) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://blog.csdn.net/jiangwei0910410003/article/details/41620363 阅读全文
posted @ 2016-03-28 18:16 YouNeedCourage 阅读(98) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页