码迷,mamicode.com
首页 >  
搜索关键字:ios version build    ( 90707个结果
最新模仿ios版微信应用源码
http://www.cnblogs.com/chenkaiyuan/p/3695646.html
分类:微信   时间:2014-07-22 23:08:54    阅读次数:590
openfire开发环境(3.9.1)
1、解压源码2、把build/eclipse中的文件cp到源码跟目录,并修改文件名,前面增加"."号,变成eclipse工程。3、导入eclipse, 把build/lib/, build/lib/dist, build/lib/merge,build/lib/src 下的包放到build path...
分类:其他好文   时间:2014-07-22 23:08:35    阅读次数:309
iOS Programming Recipe 6: Creating a custom UIView using a Nib
iOS Programming Recipe 6: Creating a custom UIView using a NibJANUARY 7, 2013BYMIKETT12 COMMENTSCreating a custom UIView using a NibAssumptionsYou are...
分类:移动开发   时间:2014-07-22 23:07:15    阅读次数:651
Bootstrap 布局
bootstrap提供的布局主要有两种,固定布局和流动布局。Bootstrap 固定布局用法 ... 实例:Example of Fixed Layout with Bootstrap version 2.0 from w3cschool.ccHomeAboutContactw3csch...
分类:其他好文   时间:2014-07-22 23:06:55    阅读次数:812
Unity本地数据存储---Sqlite和JSON
2014-04-30更新剔除了使用网络上烂大街的SQLite使用方法(原因android下无法读取数据),使用libSQLite3.so,通过DLLImport,在C#代码里直接调用C接口这种原生调用SQLite的方式,我在pc、android上亲测无误,ios没测过,但是stackoverflow...
分类:数据库   时间:2014-07-22 23:06:53    阅读次数:852
【转】iOS平台的应用程序调试与分析
转自:看雪学院的文章iOS平台的应用程序调试与分析作者:zhuliang转载请保证文章完整并注明来自看雪或cd-team本文阐述如何在iOS平台上对应用程序进行调试与分析,旨在指导新手分析iOS程序,高手请无视。内容包括软件硬件的准备、代码的解密、符号信息的获取、用gdb调试等,最后以京东LeBoo...
分类:移动开发   时间:2014-05-01 16:14:39    阅读次数:721
mac ide
xcodesublime textxampp + phpstormsequel proeclipseparallels desktopversions + githubizipchrome欧陆词典迅雷
分类:其他好文   时间:2014-05-01 15:42:17    阅读次数:345
IOS-button属性edge
IOS中UIButton 的内容,标题,背景在button容器的相对位子的设置UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom];//button的类型 button.frame = CGRectMake(100, 100,...
分类:移动开发   时间:2014-05-01 15:22:46    阅读次数:432
IOS-简单WebView的使用
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr....
分类:移动开发   时间:2014-05-01 15:13:29    阅读次数:420
IOS UITextView加上placeholder
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现- (BOOL)textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)rang...
分类:移动开发   时间:2014-05-01 14:54:15    阅读次数:462
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!