Welcome, Guest
Username Password: Remember me

Overall design question - tableview like contacts app
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Overall design question - tableview like contacts app

Overall design question - tableview like contacts app 1 year, 4 months ago #1

Greetings,

Still trying to wrap my head around how to use Sensible Table View.

I'm looking to make something that would work similar to the iPhone contacts app, in that:

1. List of 'people' (I doing this part ok, based on your coredata tutorial)

2. Selecting a 'person' shows a summary view, which has some static information and some editable information.

3.An 'edit' button on the summary view switches/animates/pushes a 'detail edit' type view where the static information can be edited. (I know how to do this with STV, via the tutorial)

What I'm trying to figure out is how #2 would work into the while thing.

My thought was to have the 'static' part be a special header type view (nib maybe) that just displayed the information.

Is this sort of thing possible in STV?

Thanks
Seth

Re: Overall design question - tableview like contacts app 1 year, 4 months ago #2

Hi Seth,

Regarding no. 2: We are currently working on having this as an out-of-the-box STV feature that will automatically handle all of these details for you. The final implementation should give you something very similar to how the contacts application behaves when the edit button is tapped. We're pushing really hard for this to be available in our new STV 2.0 release, due in about a week (but may be delayed a bit).

If you need this urgently and would like to go about doing it manually, please refer to the following post: www.sensiblecocoa.com/forum/sensible-tab...leviewmodel.html#406 . (please note that the solution in the post is a very simplistic one, where our out-of-the-box solution will probably be much more involved than this)
  • tarekskr
  • OFFLINE
  • Administrator
  • Posts: 2402
  • Karma: 72

Re: Overall design question - tableview like contacts app 1 year, 4 months ago #3

You make that work like contacts app (summary detail view w/available edit mode) and you'll have an even more dynamite framework.

I'll try and be patient...

Seth
  • Page:
  • 1
Time to create page: 0.72 seconds