label
A string that helps you identify the capture scope.
Declaration
var label: String? { get set }Discussion
Setting a capture scope’s label makes it easier to find in Xcode. See Creating and using custom capture scopes for more information.
A string that helps you identify the capture scope.
var label: String? { get set }Setting a capture scope’s label makes it easier to find in Xcode. See Creating and using custom capture scopes for more information.