Implement Layout
- Ngôn ngữ chính
- Swift
- Star
- 8
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
```swift
var layoutManager: CALayoutManager?
The object responsible for laying out the layer’s sublayers.
func setNeedsLayout()
Invalidates the layer’s layout and marks it as needing an update.
func layoutSublayers()
Tells the layer to update its layout.
func layoutIfNeeded()
Recalculate the receiver’s layout, if required.
func needsLayout() -> Bool
Returns a Boolean indicating whether the layer has been marked as needing a layout update.
var autoresizingMask: CAAutoresizingMask
A bitmask defining how the layer is resized when the bounds of its superlayer changes.
func resize(withOldSuperlayerSize: CGSize)
Informs the receiver that the size of its superlayer changed.
func resizeSublayers(withOldSize: CGSize)
Informs the receiver’s sublayers that the receiver’s size has changed.
func preferredFrameSize() -> CGSize
Returns the preferred size of the layer in the coordinate space of its superlayer.
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.