tags:

views:

28

answers:

1

What i want to do is have a textfield on the screen and a table below it, when the user enters something into the textfield, i'd like to write that value into an existing array, which is being used to populate the table? Can someone help me out with this one please?

Thanks alot

A: 

Not typically the place for people to write code for you.

That said, here's an example.

http://drop.io/blnnhnt/asset/example-zip

Notes: - Uses Core Data to demonstrate persistent store. - Uses standard UINavigationController, with two dynamically added UIBarButtons

Jordan
Thats brilliant! Thanks very much.
benhowdle89