Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Modeling Table Cells #54

Closed
MattNewberry opened this issue Sep 7, 2011 · 1 comment
Closed

Modeling Table Cells #54

MattNewberry opened this issue Sep 7, 2011 · 1 comment
Labels

Comments

@MattNewberry
Copy link

As I'm writing CoreKit, I'm thinking about how to make app development easier and easier with as few lines of code as possible.

One thought I've had is configuring datasources to automatically figure out what type of table cell it needs to display for a value, then handling the changes automatically.

For example, in CoreKit, I've started writing CoreData bindings to UI Controls and blocks. When a value changes in the model or UI, it will auto update its corresponding binding.

What I'd like to see is the ability to have Nimbus say, "active is a boolean, i need to display a switch cell for this".

This may be a limited use case, or outside of what Nimbus' goal is... But wanted to see what everyone else thought about it.

@jverkoey
Copy link
Owner

I think RESTKit is probably better-served for this, or http://escoz.com/open-source/quickdialog.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants