joseria / JASwipeCell

iOS 8 Mail Inspired. A UITableViewCell subclass that displays customizable left or right buttons that are revealed as the user swipes the cell in either direction. The edge-most buttons will pin to the container view and will execute an event similar to how the delete/archive button work in IOS 8 mail.
MIT License
367 stars 53 forks source link

using ib not called #20

Open zcrhappy opened 8 years ago

zcrhappy commented 8 years ago

I use Storyboard and make connection between ib and code. This Cause

zcrhappy commented 8 years ago

the reason why didn't show is that I forget to add subview to topContentView. so there remain one question that, (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSString *)reuseIdentifier NOT CALLED