Reputation: 4531
I am using BitArray in my project and need to convert it to Data to pass it to writeValue(_:for:type:). Did not find corresponding method in BitArray, so should I replace BitArray with [UInt8]?
Data
BitArray
[UInt8]
Upvotes: 1
Views: 75