Open zakiharis opened 9 years ago
mmm It seem's that dequeueReusableCellWithIdentifier:CellIdentifier is returning a not nill cell which is not a MGSwipeTableCell, so it doesn't have the delegate property and crashes.
This can happen if you have registered a class for the same identifier (using registerClass:forCellReuseIdentifier:) or if you are loading the table from a nib/storyboard.
yes I'm loading my table from storyboard. (prototype cell)
I just test this library today and it crash when I'm navigate to the view.
This error -> *\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UITableViewCell setDelegate:]: unrecognized selector sent to instance
My code as below:
Did I miss something?