问题
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