How is Trello iPhone app developed?

白昼怎懂夜的黑 提交于 2019-12-03 09:36:51

问题


I was wondering which libraries or frameworks Trello iphone app is using.

Is it a webapp with JS framework? if yes, which one?

Or is it native? which frameworks for this here?

I'm curious because I really like the UI, and has searched the internet without luck.


回答1:


I'm on the Trello team and wrote the iPhone app. It's all native code except for the attachment viewer, which is just a WebView. We use RestKit to communicate with our API and help cache the data locally to CoreData. Otherwise, it's just a bunch of custom UIViews and UIViewControllers.



来源:https://stackoverflow.com/questions/10700460/how-is-trello-iphone-app-developed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!