StyledTableViewCell-for-iOS
StyledTableViewCell-for-iOS copied to clipboard
Customize table view cell border and highlights
This pull request corrects the capitalization of **Xcode** :sweat_smile: https://developer.apple.com/xcode/ Created with [`xcode-readme`](https://github.com/dkhamsing/xcode-readme).
or is there a way to set dash line for top of first row? thx
Just ran my app and go this :( I was really looking forward to have this in my app... Error : **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason:...
my application get crashed with error [UITableViewCellSelectedBackground setDashWidth:]: unrecognized selector sent to instance 0x7496310 in this method please help me out - (void)setDashWidth:(int)dashWidth { _dashWidth = dashWidth; [(StyledTableViewCellSelectedBackgroundView_)self.selectedBackgroundView setDashWidth:self.dashWidth]; [(StyledTableViewCellBackgroundView_)self.backgroundView...