上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: 步骤1:info.plist文件中添加:Required background modes字段,里面的item 值选择:App plays audio or streams audio/video using AirPlay步骤二:在Appdelegate.m中:- (BOOL)applicatio... 阅读全文
posted @ 2015-06-22 12:55 爱生活爱代码 阅读(554) 评论(0) 推荐(0)
摘要: 【IOS界面布局】横竖屏切换和控件自适应(推荐)分类:【MAC/IOS下开发】2013-11-06 15:148798人阅读评论(0)收藏举报横竖屏切换 自适应第一种:通过人为的办法改变view.transform的属性。具体办法: view.transform一般是View的旋转,拉伸移动等属性,... 阅读全文
posted @ 2015-06-17 13:52 爱生活爱代码 阅读(660) 评论(0) 推荐(0)
摘要: 当字符串要作为url访问的时候,我们对字符串中的中文非常头疼,这时候需就需要使用 UTF8来编码://使用 stringByAddingPercentEscapesUsingEncoding 方法来编码[[obj File_url] stringByAddingPercentEscapesUsing... 阅读全文
posted @ 2015-06-14 16:25 爱生活爱代码 阅读(279) 评论(0) 推荐(0)
摘要: 使用uiwebview.delegate-(void)webViewDidFinishLoad:(UIWebView *)webView{m_labTitle.text=[m_webViestringByEvaluatingJavaScriptFromString:@"document.title"... 阅读全文
posted @ 2015-06-10 18:06 爱生活爱代码 阅读(332) 评论(0) 推荐(0)
摘要: ViewDidLoad中注册手势的部分代码如下:[cpp] view plaincopy UITapGestureRecognizer *oneTap = [[[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(hi... 阅读全文
posted @ 2015-06-09 21:55 爱生活爱代码 阅读(1343) 评论(0) 推荐(0)
摘要: http://www.cocoachina.com/bbs/read.php?tid=94101# items assets kind ... 阅读全文
posted @ 2015-06-09 16:54 爱生活爱代码 阅读(660) 评论(0) 推荐(0)
摘要: 将图片保存到本地的相册中://保存-(void)SaveAction{ //保存到本地相册 UIImageView *imgVCSave=[[UIImageView alloc]init]; [imgVCSave setImageWithURL:[NSURL URLWithStri... 阅读全文
posted @ 2015-06-04 18:22 爱生活爱代码 阅读(352) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/Dwarven/article/details/42388711TableView不显示没内容的Cell怎么办?类似这种,我不想让下面那些空的显示.很简单.[objc]view plaincopyself.tableView.tableFooterView=... 阅读全文
posted @ 2015-06-02 22:47 爱生活爱代码 阅读(165) 评论(0) 推荐(0)
摘要: NSString *str=@"1368082020";//时间戳 NSTimeInterval time=[str doubleValue]+28800;//因为时差问题要加8小时 == 28800 sec NSDate *detaildate=[NSDate dateWithTim... 阅读全文
posted @ 2015-06-02 22:44 爱生活爱代码 阅读(211) 评论(0) 推荐(0)
摘要: 下面这段代码可以查看ios中可用的字体,具体那些字体长什么样,可以查看字体册工具。NSArray *familyArray = [UIFont familyNames];for (id family in familyArray) {printf(“%s\n”,[family cStringUsin... 阅读全文
posted @ 2015-05-13 18:06 爱生活爱代码 阅读(289) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页