iOS notes-removal of tableview useless split line practices

Source: Internet
Author: User

If we need tableview only a few lines, and the row height is very small, so that our TableView bottom has a lot of empty cell lines, there will be many useless split lines, it looks very difficult to see.

My practice is as follows, very simple:

UIView *view = [UIView new];

View.backgroundcolor = [Uicolor Clearcolor];

[_tableview Settablefooterview:view];

[Self.view Addsubview:_tableview];

_tableview is the tableview of this interface, as long as an empty view as the bottom of our tableview can be done. It's a yes.

iOS notes-removal of tableview useless split line practices

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.