Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Trello iphone 应用程序正在使用哪些库或框架。
它是一个带有 JS 框架的 webapp 吗?如果是,是哪一个?
还是原生的?这里有哪些框架?
我很好奇,因为我真的很喜欢 UI,并且在没有运气的情况下搜索了互联网。
我在 Trello 团队并编写了 iPhone 应用程序。除了附件查看器之外,它都是本机代码,它只是一个 WebView。我们使用 RestKit 与我们的 API 进行通信,并帮助将数据本地缓存到 CoreData。否则,它只是一堆自定义的 UIViews 和 UIViewControllers。