Implement Basic Delegate
- Langage dominant
- Swift
- Étoiles
- 8
- Forks
- 0
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
# [CALayerDelegate](https://developer.apple.com/documentation/quartzcore/calayerdelegate)
## [CALayer.delegate](https://developer.apple.com/documentation/quartzcore/calayer/1410984-delegate)
> You can use a delegate object to provide the layer’s contents, handle the layout of any sublayers, and provide custom actions in response to layer-related changes. The object you assign to this property should implement one or more of the methods of the CALayerDelegate informal protocol. For more information about that protocol, see CALayerDelegate
In iOS, if the layer is associated with a UIView object, this property must be set to the view that owns the layer.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.