iOs
文章平均质量分 80
lilybear101
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
IPhone Dev Notes - 4 - 多视图程序
// // test09AppDelegate.h // test09 // // Created by lily bear on 12-2-6. // Copyright 2012年 lily. All rights reserved. // #import @interface test09AppDelegate :NSObject UIApplicat翻译 2012-02-06 19:55:21 · 279 阅读 · 0 评论 -
IPhone Dev Notes - 5 - 简单的表视图
// // test10ViewController.h // test10 // // Created by lily bear on 12-2-13. // Copyright 2012年 lily. All rights reserved. // #import @interface test10ViewController :UIViewContro翻译 2012-02-14 16:17:05 · 438 阅读 · 0 评论 -
IPhone Dev Notes - 2 - 屏幕旋转
参照IPhone4 基础开发教程第五章:自动旋转和自动调整大小 旋转屏幕将改变界面的长宽和显示方向,这种改变甚至可以使得程序看上去不可用。 这使得程序需要对屏幕的旋转进行响应,来更好的适应当前的屏幕状态。 一般有3中方法来处理屏幕旋转: 1. 自动调整 2. 手动调整 3. 切换视图 屏幕分辨率 iPhone: 320 px * 480 px iPad:768 p翻译 2012-02-03 12:00:12 · 3296 阅读 · 0 评论 -
IPhone Dev Notes - 1 - 基本控件使用
参照IPhone4 基础开发教程第四章:更丰富的用户界面 XCode版本:4.0.2 // // test04ViewController.h // test04 // // Created by lily on 12-1-27. // Copyright 2012年 lily. All rights reserved. // #import #翻译 2012-01-16 15:29:21 · 870 阅读 · 0 评论 -
IPhone Dev Notes 6 - 多级试图
// // test15AppDelegate.h // test15 // // Created by bear lily on 12-2-21. // Copyright 2012年 shanghai. All rights reserved. // #import @interface test15AppDelegate :NSObject UIApp翻译 2012-03-24 10:09:51 · 423 阅读 · 0 评论 -
VM上搭建IPhone开发环境
Windows平台上安装搭建iPhone/iPad的开发环境 一棵树技术分享2010/09/09给我留言8,644 views 来自 http://bbs.ldci.com.cn/read.php?tid-5501.html 记录一下 很多朋友希望在体验或学习iphone开发,但是iphone开发环境一般需要 安装在mac计算机下mac os中。 这给许多朋友带来了额外成本投入。原创 2011-06-03 15:55:00 · 4332 阅读 · 0 评论 -
IPhone Dev Notes - 3 - 简单的多视图程序
参照IPhone4 基础开发教程第六章:多视图应用程序 多视图程序可以在一个应用程序中切换多个视图 简单的多视图 程序从Window-based Application开始构建。 该程序需要在两个视图YellowView和BlueView之间切换。 程序切换需要一个控制器SwitchViewController来控制视图之间的切换, 视图中使用Toolbar控件 主控翻译 2012-02-03 12:08:52 · 1307 阅读 · 0 评论
分享