开发者

eliminate or draw over last UITableView separator

开发者 https://www.devze.com 2023-01-29 07:47 出处:网络
I have a UITableView with default (light gray) separator lines. 开发者_高级运维The last row/cell in my table has a dark background.When scrolled all the way into view, the UITableView is drawing one

I have a UITableView with default (light gray) separator lines.

开发者_高级运维

The last row/cell in my table has a dark background. When scrolled all the way into view, the UITableView is drawing one last separator line below this last row, and it looks bad. I'd rather it not be there, or at least in the same color as my last cell's background.

I know the trick for setting a zero-sized footer to eliminate the "fake" rows and separators. That isn't working for this.

Any ideas? I'd rather not disable (or make transparent) separators all together and draw them myself.


The simple solution was to just cover up the bottom of the tableview. In my case, I extended the tableview a pixel down behind the toolbar at the bottom of my view.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号