Skip to content

does it work on xcode6 & ios8.2 now? #5

Description

@sunuslee

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions