issues
search
onmyway133
/
notes
:notebook_with_decorative_cover: Issues and solutions I found during development, mostly iOS
https://onmyway133.com/
MIT License
63
stars
4
forks
source link
Remove separator on last cell in UITableView
#269
Open
onmyway133
opened
7 years ago
onmyway133
commented
7 years ago
tableFooterView
http://stackoverflow.com/questions/12168002/how-to-remove-last-border-of-last-cell-in-uitableview
section footer view, UIView() with height=1
http://stackoverflow.com/questions/8561774/hide-separator-line-on-one-uitableviewcell
_UITableViewCellSeparatorView
hemangshah
commented
6 years ago
The 2nd approach worked for me.
_UITableViewCellSeparatorView