开发者

Open source UI framework(s) for manipulating core data in UITableViewController's

Does anyone know of an ex开发者_StackOverflow中文版isting open source UI framework that would help with repetitive tasks like adding or editing core data objects with a UITableViewController with a fairly standard (but hopefully customizable) look and feel? When you are dealing with a lot of objects, it gets repetitive and redundant quickly.

If not, I'm considering starting my own project, but I don't want to reinvent the wheel.


Not really.

The closest you can get is the Apple provided NSFetchedResultsController. The sample code is basically the same for every app, with a few tweaks here and there (Of course this is no UI help).

Jeff LaMarche has a good implementation of the delegate methods that are a little better than what you find in the official docs.

http://iphonedevelopment.blogspot.com/2009/07/core-data-navigation-based-application.html


Even though this is an old question, I think it's still relevant today as I recently undertook a similar search, and I guess since the question was answered, there are now frameworks available.

There are a few solutions out there (some premium, like Sensible TableView) but as for open source, personally I chose zdetailkit for my project. It's based around a customized UITableViewController and cells.

It's pretty easy to get up and running with and provides the data bindings you're looking for. The samples bind to NSUserDefaults, but it works perfectly with Core Data entities.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜