File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 165
165
4313A78B1E7A831E0015A568 = {
166
166
CreatedOnToolsVersion = 8.2.1;
167
167
DevelopmentTeam = 4J5NY3YD66;
168
- LastSwiftMigration = 0820 ;
168
+ LastSwiftMigration = 0900 ;
169
169
ProvisioningStyle = Automatic;
170
170
};
171
171
};
335
335
PRODUCT_NAME = "$(TARGET_NAME)";
336
336
SKIP_INSTALL = YES;
337
337
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
338
- SWIFT_VERSION = 3.0;
338
+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
339
+ SWIFT_VERSION = 4.0;
339
340
};
340
341
name = Debug;
341
342
};
355
356
PRODUCT_BUNDLE_IDENTIFIER = lv.chi.CHIPageControl;
356
357
PRODUCT_NAME = "$(TARGET_NAME)";
357
358
SKIP_INSTALL = YES;
358
- SWIFT_VERSION = 3.0;
359
+ SWIFT_SWIFT3_OBJC_INFERENCE = On;
360
+ SWIFT_VERSION = 4.0;
359
361
};
360
362
name = Release;
361
363
};
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ import UIKit
109
109
self . displayLink? . add ( to: . current, forMode: . commonModes)
110
110
}
111
111
112
- internal func updateFrame( ) {
112
+ @ objc internal func updateFrame( ) {
113
113
self . animate ( )
114
114
}
115
115
You can’t perform that action at this time.
0 commit comments