# Solution: ``` objectivec if ([self isOverThisVersion:@"7.0"]) { [self setEdgesForExtendedLayout:UIExtendedEdgeNone]; } ```