StyledTableViewCell-for-iOS icon indicating copy to clipboard operation
StyledTableViewCell-for-iOS copied to clipboard

App Gets Crashed on using the StyledTableViewCell class

Open pmandpe opened this issue 12 years ago • 0 comments

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 setDashWidth:self.dashWidth]; }

pmandpe avatar Oct 04 '12 21:10 pmandpe