I am on the Trello team and have written an iPhone app. This is all native code, with the exception of viewing attachments, which is just a WebView. We use RestKit to communicate with our API and by caching data locally in CoreData. Otherwise, it's just a bunch of custom UIView and UIViewControllers.
source share