Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode .. ..
NSDataに1バイト書き込みたい。それは非常に単純なようですが、それを行う方法の適切なリンクを見つけることができません。unsignedcharを使用してそれを実行しようとしています。しかし、それは16進値を格納します。
appendBytes:bytes length:メソッドをNSData使用するためにバイトを追加することはできませんNSMutableData
NSData
NSMutableData