Closed FabriBertani closed 6 years ago
@gshackles I've added ViewWithSafeArea sample to quick page, also update QuickLayout MinimumOSVersion from 7.0 to 8.0 and added LaunchScreen storyboard to avoid iPhone X not using entire screen issue.
Sorry for the delay, and thanks for contributing this! Going to tweak the method names slightly, but I'll do that separately and pull this in now :shipit: ๐
โจ What kind of change does this PR introduce?
This is a feature
๐ฅ Does this PR introduce a breaking change?
No
๐ Links to relevant issues/docs
#46
โคต๏ธ What is the current behavior?
No support for View.SafeAreaLayoutGuide
๐ What is the new behavior?
Added support to iPhone X and iOS 11 SafeArea on AdvanceFluentLayoutExtesions: AtTopOfWithSafeArea, AtLeftOfWithSafeArea, AtRightOfWithSafeArea, AtBottomOfWithSafeArea. Also this could be added to the original AtTopOf, AtLeftOf, etc, instead of the new ones.