上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: twitter平台创建应用的方法:http://bbs.mob.com/forum.php?mod=viewthread&tid=119&extra=page%3D1%26filter%3Dtypeid%26typeid%3D34 集成twitter,设置完appid和secret之后崩溃的原因及解 阅读全文
posted @ 2016-02-23 13:01 YouNeedCourage 阅读(199) 评论(0) 推荐(0) 编辑
摘要: hidden不能只写在自定义的cell类中,而是在判断条件中进行,不需要隐藏的重新设置为显示。 if (model.voice == nil) { cell.textContent.text = model.synopsis; cell.textContent.hidden = NO; cell.t 阅读全文
posted @ 2016-02-01 11:27 YouNeedCourage 阅读(607) 评论(0) 推荐(0) 编辑
摘要: //时间格式NSDateFormatter *formatter = [[NSDateFormatter alloc] init];[formatter setDateFormat:@"MMM dd,yyyy HH:mm tt"];//时间字符串NSDateNSDate *date = [forma... 阅读全文
posted @ 2016-01-27 10:29 YouNeedCourage 阅读(2909) 评论(0) 推荐(0) 编辑
摘要: 遵守UITextFieldDelegate 协议, 设置 tf.delegate = self;然后在该方法中这样做- (void)textFieldDidBeginEditing:(UITextField *)textField { UITextField *tf = [self.view vi... 阅读全文
posted @ 2016-01-26 12:52 YouNeedCourage 阅读(987) 评论(0) 推荐(0) 编辑
摘要: 1.linker command failed with exit code 1 (use -v to see invocation) 错误; 一种原因是因为导入头文件的时候导入了.m文件 阅读全文
posted @ 2016-01-25 13:21 YouNeedCourage 阅读(250) 评论(0) 推荐(0) 编辑
摘要: //循环压缩,知道服务器限制,我这边的限制是2MB for (int i = 0; i 2*1000*1000) { img = [LDUnity compressImageWith:img]; NSLog(@"第%d次压缩 === %lu... 阅读全文
posted @ 2016-01-22 19:35 YouNeedCourage 阅读(2169) 评论(0) 推荐(0) 编辑
摘要: 原文地址 http://www.knowsky.com/884767.html生成 privateKey http://blog.sina.com.cn/s/blog_6451df3d0102vl67.html① 打开终端 输入openssl② 生成RSA私钥openssl>genrsa-outr... 阅读全文
posted @ 2016-01-20 13:25 YouNeedCourage 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 由controllerA推出controllerBA中:- (void)viewWillAppear:(BOOL)animated { [super viewWillAppear:animated]; UIView *tabbar = [self.tabBarController.view vi... 阅读全文
posted @ 2016-01-11 16:57 YouNeedCourage 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 使用方法 JZAlbumViewController *album = [[JZAlbumViewController alloc] init]; album.imgArr = self.imgsArray;//可以是图片的url字符串数组,亦可以是UIImage album.currentIn... 阅读全文
posted @ 2016-01-11 16:19 YouNeedCourage 阅读(1598) 评论(0) 推荐(0) 编辑
摘要: 在info.plist文件中,新增一个:NSAppTransportSecurity ,打开,加多一个NSAllowsArbitraryLoads 并且设置为YES就OK了 阅读全文
posted @ 2016-01-11 11:20 YouNeedCourage 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页