移动开发[总排行] [月排行] [周排行] [日排行]
// 设置 tableView整体的圆角设置 // /// 设置圆角// v_tableview.layer.cornerRadius = 7;// v_tableview.layer.masksToBounds = YES;// /// 设置边框// v_tableview.layer.bord....
分类:移动开发 时间:2014-05-01 14:16:37 阅读:636
在这里跟大家分享一个关于谷歌横幅广告的链接,这里有谷歌sdk的下载等说明https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals?csw=1#ioshttp://blog.csdn.net/songrotek/artic...
分类:移动开发 时间:2014-05-01 14:19:17 阅读:429
About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto...
分类:移动开发 时间:2014-05-01 14:45:53 阅读:519
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现- (BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)rang...
分类:移动开发 时间:2014-05-01 14:54:15 阅读:462
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr....
分类:移动开发 时间:2014-05-01 15:13:29 阅读:420
1、new Thread的弊端执行一个异步任务你还只是如下new Thread吗?1 newThread(newRunnable(){2 3 @Override4 publicvoidrun(){5 // TODO Auto-generated method stu...
分类:移动开发 时间:2014-05-01 15:23:31 阅读:453
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,...
分类:移动开发 时间:2014-05-01 15:22:46 阅读:432
在应用程序中用到MPMoviePlayerViewController时,有时需要保持应用程序为竖屏状态,而视频播放器显示为横屏,如何做呢?如果采用强制横屏的方法,应用审核的时候是不会通过的,因为该方法已经被苹果禁止了。主要代码如下:[html]view plaincopy-(void)addVid...
分类:移动开发 时间:2014-05-01 15:34:14 阅读:436
AngularJS团队表示“AngularJS 2.0是移动应用的框架”。该框架将继续支持桌面,但其主要关注点变成了移动领域。它的目标还包括通过转译器支持EcmaScript 6(因为浏览器还不支持ES6)。为了从开发者那里得到反馈,一篇关于"AngularJS 2.0"的文章中列出了计划中的更改,...
分类:移动开发 时间:2014-05-01 15:34:59 阅读:468
转自:看雪学院的文章iOS平台的应用程序调试与分析作者:zhuliang转载请保证文章完整并注明来自看雪或cd-team本文阐述如何在iOS平台上对应用程序进行调试与分析,旨在指导新手分析iOS程序,高手请无视。内容包括软件硬件的准备、代码的解密、符号信息的获取、用gdb调试等,最后以京东LeBoo...
分类:移动开发 时间:2014-05-01 16:14:39 阅读:721
115253152541525515277
上一页152761下一页
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!