Skip to content

Commit d4e8456

Browse files
author
Luc Dion
committed
Update
1 parent 9a201cc commit d4e8456

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Example/PinLayoutSample/UI/Examples/IntroObjectiveC/IntroObjectiveCViewController.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,13 @@
2121
#import "IntroObjectiveCViewController.h"
2222

2323
#import "IntroObjectiveCView.h"
24-
@import PinLayout;
2524

2625
@implementation IntroObjectiveCViewController {
2726
}
2827

2928
- (id) init {
3029
if (self = [super init]){
31-
Pin.safeAreaInsetsDidChangeMode = PinSafeAreaInsetsDidChangeModeAlways;
30+
3231
}
3332
return self;
3433
}

0 commit comments

Comments
 (0)