mutableCopy(with:)
Creates a mutable copy of a caption region.
Declaration
func mutableCopy(with zone: NSZone? = nil) -> AnyParameters
- zone:
The system ignores this parameter. Objective-C doesn’t no longer supports memory zones.
Return Value
A copy of the region.
Discussion
This method throws an exception if the caption region contains an identifier.