上一页 1 ··· 7 8 9 10 11 12 下一页
摘要: A present B,B present C,直接由C dismiss AUIViewController *presentViewController = [self presentingViewController]; UIViewController *lastViewControll... 阅读全文
posted @ 2016-01-06 12:59 YouNeedCourage 阅读(211) 评论(0) 推荐(0) 编辑
摘要: https://github.com/justjavac/free-programming-books-zh_CN 阅读全文
posted @ 2015-12-31 15:32 YouNeedCourage 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 无法打开时,手机上:设置-通用 -描述文件(或设备管理)-SHANGHAIYANTONG...- 信任 阅读全文
posted @ 2015-12-23 13:21 YouNeedCourage 阅读(111) 评论(0) 推荐(0) 编辑
摘要: __weak typeof(self) weakself = self; 阅读全文
posted @ 2015-12-22 16:37 YouNeedCourage 阅读(119) 评论(0) 推荐(0) 编辑
摘要: pod install --verbose --no-repo-update如果直接使用pod install 会先升级pod 然后再去下载别的 阅读全文
posted @ 2015-12-17 17:14 YouNeedCourage 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.tuicool.com/articles/3ymMzub本来只是打算介绍一下addChildViewController这个方法的,正好今天朋友去换工作面试问到网易新闻标签栏效果的实现,就结合它,用个小Demo实例介绍一下:(具体解释都写在了Demo里面的注释)//// ... 阅读全文
posted @ 2015-12-17 13:36 YouNeedCourage 阅读(234) 评论(0) 推荐(0) 编辑
摘要: #import @interface LPButton : UIView@property (nonatomic,strong) id target;@property (nonatomic,assign) SEL action;- (void)addTarget:(id)target action... 阅读全文
posted @ 2015-12-17 10:25 YouNeedCourage 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 在ARC项目中使用performSelector:withObject:函数出现“performSelector may cause a leak because its selector is unknown”。主要是警告信息,在非ARC项目中没有这个警告。如果是在某一处修改只需要加入下列代码:#... 阅读全文
posted @ 2015-12-17 10:20 YouNeedCourage 阅读(559) 评论(0) 推荐(0) 编辑
摘要: paypal 开发者平台 https://developer.paypal.com/ioshttps://developer.paypal.com/webapps/developer/docs/integration/mobile/ios-integration-guide/paypal 中文官网 ... 阅读全文
posted @ 2015-12-16 18:31 YouNeedCourage 阅读(398) 评论(0) 推荐(0) 编辑
摘要: //// LPAFRequest.h// loopdiner//// Created by yl on 15/11/23.// Copyright © 2015年 yl. All rights reserved.//#import @class AFHTTPRequestOperation;... 阅读全文
posted @ 2015-12-15 18:06 YouNeedCourage 阅读(358) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 下一页