码迷,mamicode.com
首页 >  
搜索关键字:iphone ui适配    ( 5124个结果
ANE打包心得
1 ane中的p12证书是fb或者flashide中生成的(例如air工程生成的p12),不是苹果账号的p122 打包bat中的 -platform 要和 extension.xml中的platform节点相对应3 -C iPhone-ARM . 末尾的点要记得写4 这就是个坑爹货啊!
分类:其他好文   时间:2014-07-19 16:39:04    阅读次数:185
兼容sdk7&iOS7的issue解决小片段总结
ios7新增加的icon尺寸:76 x 76:Size for iPad 2 and iPad mini (standard resolution)120 x 120 :Size for iPhone and iPod touch (high resolution)152 x 152:Size fo...
分类:移动开发   时间:2014-07-19 16:26:03    阅读次数:317
Android仿iPhone的日期时间选择器
先看效果图 如何使用 import java.text.DateFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import android.app.Activity; import android.app.AlertDialo...
分类:移动开发   时间:2014-07-19 02:47:55    阅读次数:276
UINavigationController详解(二)
@UINavigationBar-----(是一个View)基本介绍...
分类:其他好文   时间:2014-07-19 02:27:16    阅读次数:192
ios 开源免费接口
国家气象局提供的天气预报接口 接口地址: http://www.weather.com.cn/data/sk/101010100.html http://www.weather.com.cn/data/cityinfo/101010100.html http://m.weather.com.cn/data/101010100.html webservice工厂接口 http://www.36wu.com 快递查询接口 http://webservice.36wu....
分类:移动开发   时间:2014-07-19 02:27:16    阅读次数:309
我的PhoneGap安装配置经历
一、PhoneGap简介PhoneGap是一个用基于HTML,CSS和JavaScript的,创建移动跨平台移动应用程序的快速开发平台。它使开发者能够利用 iPhone,Android,Palm,Symbian,WP7,Bada和Blackberry智能手机的核心功能——包括地理定位,加速器,联系 ...
分类:其他好文   时间:2014-07-19 00:22:45    阅读次数:242
如何判断 ios设备的类型(iphone,ipod,ipad)
-(bool)checkDevice:(NSString*)name { NSString* deviceType = [UIDevice currentDevice].model; NSLog(@"deviceType = %@", deviceType); NSRange range = [deviceType rangeOfString:name]; return range.l...
分类:移动开发   时间:2014-07-18 16:37:54    阅读次数:229
iOS发送短信
iPhone开发,发送短信的方法:iPhone开发中,发送短信方法有二:1。URL Scheme,这样不可以设置短信内容123[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"sms://10086"]];//打电话可...
分类:移动开发   时间:2014-07-18 14:03:00    阅读次数:282
Apple设备中point,磅(pt),pixel的关系与转换,以及iPhone模拟器与真机的长度关系
查阅了好多资料都没有发现有相关的详细介绍,包括苹果官方文档,也是草草带过。后来是在一个介绍Macbook打印字体的博客中看到的,受到启发。 首先说明苹果设备绘图的长度单位可以认为是point,不是磅(pt)的意思。该point是一个逻辑概念,是独立于设备的。图1.不同分辨率屏幕显示1point...
分类:移动开发   时间:2014-07-18 12:13:54    阅读次数:712
xib中的view对iPhone和iPad自适应
1This worked for me:Make a copy of the .xib in the Finder.Open the copied file in a text editor.Change "com.apple.InterfaceBuilder3.CocoaTouch.XIB" to...
分类:其他好文   时间:2014-07-17 23:25:55    阅读次数:275
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!