Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How is Trello iPhone app developed?

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.

like image 631
Neru-J Avatar asked May 22 '12 10:05

Neru-J


1 Answers

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.

like image 185
Justin Gallagher Avatar answered Oct 12 '22 17:10

Justin Gallagher