2018-08-2600:18:44.008746+0800 DebugDescriptionDemo[6390:45917] <TestModel-0x100506560> -- { index = 1; text = "降龙十八掌"; } Program ended with exit code: 0
六. edgesForExtendedLayout的使用
视图顶部高度
1 2 3 4 5 6 7
@property(nonatomic, assign) UIRectEdge edgesForExtendedLayout; Description The edges that you extend for your view controller. Instead of this property, use the safe area of your view to determine which parts of your interface are occluded by other content. For more information, see the safeAreaLayoutGuide and safeAreaInsets properties of UIView. In iOS 10 and earlier, use this property to report which edges of your view controller extend underneath navigation bars or other system-provided views. The default value of this property is UIRectEdgeAll, and it is recommended that you do not change that value. If you remove an edge value from this property, the system does not lay out your content underneath other bars on that same edge. In addition, the system provides a default background so that translucent bars have an appropriate appearance. The window’s root view controller does not react to this property. SDKs iOS 7.0+, tvOS 9.0+