We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81e1853 commit fd411e0Copy full SHA for fd411e0
Library/DNSSwipeableCell.m
@@ -42,6 +42,8 @@ - (void)commonInit
42
UIPanGestureRecognizer *panRecognizer = [[UIPanGestureRecognizer alloc] initWithTarget:self action:@selector(panThisCell:)];
43
panRecognizer.delegate = self;
44
[self.myContentView addGestureRecognizer:panRecognizer];
45
+
46
+ [self layoutIfNeeded];
47
}
48
49
- (id)init
0 commit comments