hello i am creating a aplication in i have a home screen.on that home screen i have button titled continue. now i want to load a new view with that button's click.i had successfully done this. on that new view i have a UITable,a navigation bar,now i want 2 or 3 buttons beneath the table View. i do not to create custom cell. i want to done this through footer view and load new views from that buttons.
also i have created a Custombutton which i replace like this cell.accessaryView = mycustombutton. but i want to set the button at the very end of cell.there is some space left behind in the cell.how do craete a square button which hides the accessaryView completely and the button ends where tablecell ends.