Re: Adding cells from the bottom (like a stack) in UITableView

2012-04-25 Thread Fritz Anderson
On 21 Apr 2012, at 4:53 PM, The Rhythmic wrote: Hi, Am a newbie to iOS programming. This is what am trying to do: 1. The user enters some text in the screen and it keeps getting added to a UITableView. 2. As usual, it's getting added *from* the top. 3. But I want to add it from the

Adding cells from the bottom (like a stack) in UITableView

2012-04-24 Thread The Rhythmic
Hi, Am a newbie to iOS programming. This is what am trying to do: 1. The user enters some text in the screen and it keeps getting added to a UITableView. 2. As usual, it's getting added *from* the top. 3. But I want to add it from the bottom i.e. each new message that's added is added *above