Skip to content

Remove the UITableView separator on the left side of the spacing.

License

Notifications You must be signed in to change notification settings

EnjoySR/ESSeparatorInset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Apr 19, 2016
17bcd01 · Apr 19, 2016

History

13 Commits
Jul 18, 2015
Jul 18, 2015
Jul 18, 2015
Apr 19, 2016
Jul 18, 2015

Repository files navigation

ESSeparatorInset

Remove the UITableView separator on the left side of the spacing.

一行代码移除 UITableView 分割线左边的默认的间距

###How to use:

Drag the name as "ESSeparatorInset" folder to your project, and import the header files. Code:

    //Set tableView separator inset zero.
    [self setSeparatorInsetZeroWithTableView:self.tableView];
    //You can also do this:
    [self setSeparatorInsetWithTableView:self.tableView inset:UIEdgeInsetsMake(0, 8, 0, 8)];

Screenshot

About

Remove the UITableView separator on the left side of the spacing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published