V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  kejinlu  ›  全部回复第 9 页 / 共 13 页
回复总数  248
1  2  3  4  5  6  7  8  9  10 ... 13  
2012-05-31 01:06:47 +08:00
回复了 qichunren 创建的主题 iDev UIViewControlle的view的Frame属性在什么时候被改变了?
@txx 其实苹果非常不建议直接将一个viewController的view加入到另一个viewController的view我的hierarchy中,除非你清楚这样带来的后果. iOS 5.0之后新增了自定义容器试图控制器的接口,我前些日子写过一篇 关于容器的 http://geeklu.com/2012/05/custom-container-view-controller/
2012-05-31 01:03:11 +08:00
回复了 qichunren 创建的主题 iDev UIViewControlle的view的Frame属性在什么时候被改变了?
看我上面 星号之间的句子
2012-05-31 01:02:49 +08:00
回复了 qichunren 创建的主题 iDev UIViewControlle的view的Frame属性在什么时候被改变了?
[self presentModalViewController:viewController animated:TRUE]; 不过这个方法目前的状态为DEPRECATED,建议使用新的吧,所看看苹果的文档。

presentModalViewController:animated:
Presents a modal view managed by the given view controller to the user. (Deprecated. Use presentViewController:animated:completion: instead.)

- (void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated
Parameters
modalViewController
The view controller that manages the modal view.
animated
If YES, animates the view as it’s presented; otherwise, does not.
Discussion

* On iPhone and iPod touch devices, the view of modalViewController is always presented full screen. On iPad, the presentation depends on the value in the modalPresentationStyle property. *

Sets the modalViewController property to the specified view controller. Resizes its view and attaches it to the view hierarchy. The view is animated according to the transition style specified in the modalTransitionStyle property of the controller in the modalViewController parameter.
2012-05-19 17:43:36 +08:00
回复了 linsk 创建的主题 问与答 QQ for Mac 2.0中将信息发错人过么?
晕 这都可以?!
2012-05-15 01:52:36 +08:00
回复了 Tianpu 创建的主题 问与答 macos下有类似winscp的软件吗
Transmit 是最好的 http://panic.com/transmit/
人肉merge
果断等iPhone 下一代吧
网上没有留啥祝福的话,呵呵。不过每个周末会给老妈打一次电话。
2012-05-11 22:50:55 +08:00
回复了 mr_pppoe 创建的主题 iDev 现在大家做App都在用ARC吗?
@ytzong 纯代码没有一个xib的飘过
2012-05-11 21:48:30 +08:00
回复了 dingding 创建的主题 美酒与美食 程序员男朋友不喜欢我做饭给他吃。。
楼主上照片吧
2012-05-11 21:11:56 +08:00
回复了 mr_pppoe 创建的主题 iDev 现在大家做App都在用ARC吗?
2012-05-11 21:07:20 +08:00
回复了 mr_pppoe 创建的主题 iDev 现在大家做App都在用ARC吗?
@damngood ARC官方文档说的是支持iOS 4 +的,因为ARC大部分特性是编译时,编译器的特性(自动给retain release);但是有个别的需要运行时的支持,比如weak声明,当所应用的对象释放的时候会将weak声明的变量置为nil,以保证安全性,所以这个weak声明是不支持iOS 5以下的。 至于性能 ARC肯定是没有问题的 因为基本都是编译时的特性。
2012-05-11 13:19:18 +08:00
回复了 fastbinary 创建的主题 站长 哈哈,注册到了一个自己很满意的域名,略微显摆一下
我有有一个 kafeishuo.com
2012-05-08 00:07:52 +08:00
回复了 gujiaxi 创建的主题 问与答 大三要分系了,求建议
@yyycat 网络专业一般是和网络通信相关的,以后多是接触网络协议,路由器,交换机这些偏网络硬件的

如果楼主数学不错的话 选图形图像
2012-05-07 23:52:49 +08:00
回复了 koon_kai 创建的主题 Android 2k~3k的手机,大家有什么好推荐?
加2k买iPhone :)
@money 一直觉得中国的数学教育有问题,缺少和具体专业的结合,少了不少趣味性。就比如你们以后会学的线性代数,学起来是蛮恐怖的,但是如果和图形学结合起来,用其知识来处理3D图像的变换应该会有意思些。
Java的强项其实并不是开发手机软件,而是大型企业网站的开发(像阿里巴巴集团下的公司的主站都是用Java的)。
Java ME 已经过时,楼主三思。
大学学好基础课程(数学,算法,数据结构,编译原理,计算机网络...)
以及学好C语言就够了。
重要的不是语言而是你的思维方式以及解决问题的能力。
1  2  3  4  5  6  7  8  9  10 ... 13  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   800 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 26ms · UTC 20:30 · PVG 04:30 · LAX 12:30 · JFK 15:30
♥ Do have faith in what you're doing.