hi, i just use this simple code to test, but get no warnings:
my baseSDK is ios8.2 and deployment target is 6.0..
UIView *testView = [[UIView alloc] initWithFrame:self.window.bounds];
[testView setLayoutMargins:UIEdgeInsetsZero];
i think the setLayoutMagins , should be introduced in ios8.
@property (nonatomic) BOOL preservesSuperviewLayoutMargins NS_AVAILABLE_IOS(8_0);
is there something i need to be noticed?
thanks!
hi, i just use this simple code to test, but get no warnings:
my baseSDK is ios8.2 and deployment target is 6.0..
i think the setLayoutMagins , should be introduced in ios8.
is there something i need to be noticed?
thanks!