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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

UIStoryboard Woes

3 点作者 gskye超过 9 年前

1 comment

makecheck超过 9 年前
Storyboards should have been multi-file from day one. Even if I didn't have issues with revision control, etc. I don't like the idea of a single corruptible file format encompassing the whole universe (all it takes is for Xcode to one day decide it can't open the file, and you lose everything?). This single-file risk happens with other GUI environments too (e.g. in Qt Designer it is quite easy to jam a lot of stuff into a single interface file; you have to go to extra effort to logically separate things into different frame classes or something so that they can live in different files).