Implement Actions
Offen
enhancement
- Vorherrschende Sprache
- Swift
- Sterne
- 8
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
# [CAAction](https://developer.apple.com/documentation/quartzcore/caaction)
```swift
func action(forKey: String) -> CAAction?
Returns the action object assigned to the specified key.
var actions: [String : CAAction]?
A dictionary containing layer actions.
```
> Action Identifiers
These constants are the predefined action identifiers used by action(forKey:), add(_:forKey:), defaultAction(forKey:), removeAnimation(forKey:), Layer Filters, and the CAAction protocol method run(forKey:object:arguments:).
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.