Creating settings like the Mail settings in the Settings app

Posted by cannyboy on Stack Overflow See other posts from Stack Overflow or by cannyboy
Published on 2010-06-05T12:46:05Z Indexed on 2010/06/05 12:52 UTC
Read the original article Hit count: 599

Filed under:
|
|

I want to create some settings much like the Mail settings within the Settings app. These allow you to add mail accounts to the end of the table

First screen
  ---------------
+ | add account |
  ---------------

When they click on the cell, they are pushed onto a new screen where they fill in a few textfields

Second screen
  -----------------
  |(cancel) (save)|    - the toolbar
  -----------------

  ----------------
  | email        |
  ----------------
  |another field |
  ----------------

Then when they go back, they can see the new record as well as the 'add account' cell.

First screen
  ---------------
  | email   1   |
  ---------------
+ | add account |
  ---------------

It need to be in-app rather than within the Settings app. What's the best way to do this?

© Stack Overflow or respective owner

Creating settings like the Mail settings in the Settings app

Posted by cannyboy on Stack Overflow See other posts from Stack Overflow or by cannyboy
Published on 2010-06-05T21:40:43Z Indexed on 2010/06/05 21:52 UTC
Read the original article Hit count: 599

Filed under:
|
|

I want to create some settings much like the Mail settings within the Settings app. These allow you to add mail accounts to the end of the table

First screen
  ---------------
+ | add account |
  ---------------

When they click on the cell, they are pushed onto a new screen where they fill in a few textfields

Second screen
  -----------------
  |(cancel) (save)|    - the toolbar
  -----------------

  ----------------
  | email        |
  ----------------
  |another field |
  ----------------

Then when they go back, they can see the new record as well as the 'add account' cell.

First screen
  ---------------
  | email   1   |
  ---------------
+ | add account |
  ---------------

It need to be in-app rather than within the Settings app. What's the best way to do this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uitableview