There's a nifty wal;kthrough of having 2 buttons blended into a grouped tableview over at http://meeu.me/blog/two-buttons-uitableview
This is exactly what I need so I followed the guide and it looks good except a top line of the cell is showing.
If you have a peek at the screen shot, I've commented out the part where I'm setting a background colour and I've also made the buttons a wee bit smaller just to show the line itself.
It's the top line surrounding the cell! I've tried to make the tableViewCell, the view, everything, bigger.
Any ideas how I can get rid of the line???
-----------------------------------------------------------------
Resolution.
In the UITableView - make sure to set the separator not to be single line etched.
This is exactly what I need so I followed the guide and it looks good except a top line of the cell is showing.
If you have a peek at the screen shot, I've commented out the part where I'm setting a background colour and I've also made the buttons a wee bit smaller just to show the line itself.
It's the top line surrounding the cell! I've tried to make the tableViewCell, the view, everything, bigger.
Any ideas how I can get rid of the line???
-----------------------------------------------------------------
Resolution.
In the UITableView - make sure to set the separator not to be single line etched.
Attachments
Last edited: