I have showing 5 to 8 items in the UITableView. But Separator line showing empty cells also. There are no value on that empty cells. Why Separator line showing on these empty cells? I choose the Separator value is Single Line in Interface Builder. How to show Separator line for currently displaying cells in the UITableView using MonoTouch?
Look at the screenshot. I have showing 5 items in the UITableView. But separator showing all the cells of UITableView. I need separator line for used cells in the UITableView.
If I understand you correctly, you want to eliminate empty cells from your
UITableView?If yes, do this to clear out the empty cells/space below your data: