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 aee272c commit 5c350fcCopy full SHA for 5c350fc
ios/RNCPagerScrollView.m
@@ -3,8 +3,7 @@
3
4
@implementation RNCPagerScrollView
5
- (instancetype)initWithFrame:(CGRect)frame {
6
- self = [super initWithFrame:frame];
7
- if (self) {
+ if (self = [super initWithFrame:frame]) {
8
self.panGestureRecognizer.delegate = self;
9
}
10
return self;
0 commit comments