TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why we don't use iOS Storyboards and you shouldn't either

2 点作者 jfahrenkrug超过 11 年前

2 条评论

gdubs超过 11 年前
Interface Builder encourages rapid prototyping and iteration, and I personally prefer modifying a storyboard someone else wrote than deciphering a wall of layout code that typically contains a ton of magic numbers.<p>Xcode&#x27;s refactoring tools will handle updating the Storyboard&#x27;s connections for you. Also, you can use multiple Storyboards in your app to keep things organized and simple to deal with.<p>A code review should be easier with Storyboards, because there should be a lot less code! A design review would be good, to make sure the view appears the way its supposed to.<p>Check out Apple&#x27;s WWDC session from a couple of years ago where they show how they built iPhoto using storyboards. It&#x27;s definitely possible to build rich UI using these tools.
austinl超过 11 年前
Totally agree - a while a go I posted a tutorial on HN about how to create Apple&#x27;s &quot;Your First iOS App&quot; without using storyboards or IB. It started a pretty good discussion: <a href="https://news.ycombinator.com/item?id=5559216" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=5559216</a>
评论 #6573738 未加载