CFArrayRemoveAllValues(_:)
Removes all the values from an array, making it empty.
Declaration
func CFArrayRemoveAllValues(_ theArray: CFMutableArray!)Parameters
- theArray:
The array from which all of the values are removed.
Removes all the values from an array, making it empty.
func CFArrayRemoveAllValues(_ theArray: CFMutableArray!)The array from which all of the values are removed.