I have an int array I want to pass it to byte array, how could I do it, either for swift 2.3 or objetive-c
let constant : [Int] = [0xC0, 0xC0, 0xC0, 0xC0, 0x00, 0x00, 0x00, 0x00, 0xC0, 0xC0, 0xC0, 0xC0, 0x00, 0x00, 0x00, 0x00];
I want to tu...
asked by
22.12.2016 / 01:04