I have successfully implemented a UITextField in a UITableViewCell. Just like this:

.
I did the above using code in: - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath.
Now I would like to place a UIButton underneath these 2 UITableViewCells. Can I code a UIButton in? How can I do this and where?
Thanks.
New Button Position

Interface Builder

You can do it in the same method also,
To create a button code as,