-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Layouts in Core Modules
Alexander Vakrilov edited this page Feb 20, 2020
·
1 revision
- Official docs article
- Measure and Layout
measure
,onMeasure
,layout
,onLayout
- IOS native measure -
measureNativeView
- IOS native layout -
layoutNativeView
- Android native measure -
measureNativeView
- Android native layout -
layoutNativeView
requestLayout()
- Layout entry points:
layoutView method
called in
viewDidLayoutSubviews
for Page andUILayoutViewController
- Setting frames/transforms -
_setNativeViewFrame
- Safe area -
expandBeyondSafeArea
andshrinkToSafeArea
-
safeAreaInsets
andadditionalSafeAreaInsets