摘要: #ViewController.m- (void)viewWillAppear:(BOOL)animated{ [super viewWillAppear:animated]; UIViewController *rootView = [[UIViewController alloc] init... 阅读全文
posted @ 2014-10-20 00:29 i0ject 阅读(240) 评论(0) 推荐(0) 编辑
摘要: #Cell _followBtn = [[UIButton alloc]initWithFrame:CGRectMake(kMainApplicationWidth-79.0f, 20.0f, 67.0, 30.0f)]; _followBtn.titleLabel.font = [UIFont s... 阅读全文
posted @ 2014-10-18 14:43 i0ject 阅读(359) 评论(0) 推荐(0) 编辑
摘要: [cell.followBtn addTarget:self action:@selector(onFollowButtonsClickEvent:) forControlEvents:UIControlEventTouchUpInside]; [cell.followBtn setTag:ind... 阅读全文
posted @ 2014-10-18 14:37 i0ject 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 1、开始的时候用pod install/update各种都没有用。后来试了这种方法,重新build就ok。在工程设置中的Build Phases下删除Check Pods Manifest.lock及Copy Pods Resources 阅读全文
posted @ 2014-10-17 11:28 i0ject 阅读(596) 评论(0) 推荐(0) 编辑
摘要: Processing triggers for initramfs-tools ...update-initramfs: Generating /boot/initrd.img-3.14-kali1-amd64mktemp: failed to create directory via templa... 阅读全文
posted @ 2014-10-12 15:35 i0ject 阅读(5727) 评论(0) 推荐(0) 编辑
摘要: 就是一个问题,你鼠标侧面的键陷下去了~!!!自己因为这个事情重装了n遍系统,1TB的资料啊 阅读全文
posted @ 2014-10-12 01:13 i0ject 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-10-11 11:06 i0ject 阅读(475) 评论(0) 推荐(0) 编辑
摘要: 这里定义的是C的类型数据。直接在文件中加入#import解决I had the same issue on my project when I was trying to mix C code (.h and .c) with Objective-C code. Found the reason o... 阅读全文
posted @ 2014-10-11 10:51 i0ject 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 友盟更新模块说明 参考:http://dev.umeng.com/auto-update/ios/quick-start一、 首先下载友盟更新模块 SDK http://dev.umeng.com/analytics/ios/sdk-download 直接导入友盟的更新模块,并且设置依赖框架,lib... 阅读全文
posted @ 2014-10-10 20:36 i0ject 阅读(778) 评论(0) 推荐(0) 编辑
摘要: 1、首先cd到你需要保存项目的目录中 2、hg clone URL 3、输入你的username、password 4、hg branches 查看分支 5、hg update XXX_dev 6、pod install 阅读全文
posted @ 2014-10-10 20:31 i0ject 阅读(300) 评论(0) 推荐(0) 编辑