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]
?
↧
How to convert BitArray to Data?
↧