So.. now I need to make some add buttons that would add a row of data in a table view.
How exactly do add buttons work? Does it add a row with an Insert editing style, then wait for someone to click it? Does it make the last row in the table have an insert editing style, but disabling the ability of that row to be deleted? What functions do I need to implement?
I can program the functions themselves, but I do not know where to start, since I do not have an iPhone and I do not know how its software acts.
How exactly do add buttons work? Does it add a row with an Insert editing style, then wait for someone to click it? Does it make the last row in the table have an insert editing style, but disabling the ability of that row to be deleted? What functions do I need to implement?
I can program the functions themselves, but I do not know where to start, since I do not have an iPhone and I do not know how its software acts.