Hi guys
I want to add a UIToolbar on top of a tableView, but there is only one problem - the table lines can still be seen through the toolbar. I tried to set set the toolbar's alpha to 1.0 but this didn't work. This looks very odd because I only encountered it in UITableView. Any ideas?
Thanks
Alex
EDIT: I figured out the problem. It seems that the lines are still visible because I change the frame of the UIToolbar. To solve this I just added the UIToolbar on top the tableView after changing the frame.