Compilerrr 最近的时间轴更新
Compilerrr

Compilerrr

V2EX 第 77107 号会员,加入于 2014-10-14 14:21:47 +08:00
Compilerrr 最近回复了
2014-10-14 18:03:39 +08:00
回复了 tujunzhe 创建的主题 iPhone 4s 升级 ios8 会卡吗?
There is no need to upgrade it seems to fail to get someone else to decide it did not want to l think l are the users themselves decide what to do for a few seconds a few seconds to test technology does not mean that ordinary people can not accept not accept this article changed after l ios8 4S The title is also facing similar problems.. but yeah would give it a shot if both party agrees on mutual documentation.
2014-10-14 17:49:58 +08:00
回复了 satanwoo 创建的主题 iDev 大家不用 nib 开发 ios 界面的原因是啥?
What we're doing is as follows:

We're ignoring the iPad specific storyboard that Xcode sets up for us.

We have a single storyboard for both iPad and iPhone. So far ALL the scenes are shared between them. If we need to create a custom scene for iPad at any point, we'll create a separate scene and give it an identifier with the suffix _iPad. Then we'll write code to load that at runtime. (The app uses a scheme where it instantiates view controllers from a descriptor file, and uses unique IDs instead of segues.)

Storyboards are the wave of the future. Many of Apple's new tricks are built on storyboards, and don't work with XIBs, or are much harder to use with XIBs.

As a simple example, iOS 6 has embed segues, which make it PAINLESS to create parent/child view controller relationships. Without that, you have a fair amount of rather fussy code to write. Certain view controllers like table view controllers pretty much have to be child view controllers (since a table view controller's root view is a table view, it doesn't lend itself to managing other UI elements)

I put off learning storyboards for quite a while, and regret that I did.
http://www.agileinfoways.com/technical-expertise/mobile-applications-development/iphone/

Overall they are easier to use, enable new features, and are well worth it. I was productive with storyboards almost instantly.
2014-10-14 17:43:39 +08:00
回复了 june2012 创建的主题 酷工作 Global Company Looking for PHP、C++、Unity3D、Python、OPS......
I can help you out on this.. email me on [email protected] to get on started right away..
2014-10-14 17:42:22 +08:00
回复了 june2012 创建的主题 酷工作 不必等到来年,现在就开始寻找属于你的好机会吧!
Hey,
Are you still looking to hire someone for the above said job? or you already enrolled anybody else? if not then I would love to work with you and help you out on this - if you're interested please email me on [email protected]
to get on started right away else http://www.agileinfoways.com/contact-us/
for more information about hiring web or app developers.

Thanks!
Hey,
Are you still looking to hire someone for the above said job? or you already enrolled anybody else? if not then I would love to work with you and help you out on this - if you're interested please email me on [email protected]
to get on started right away.

Thanks!
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3242 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 11:49 · PVG 19:49 · LAX 04:49 · JFK 07:49
Developed with CodeLauncher
♥ Do have faith in what you're doing.