Top "Nsdata" questions

The NSData class is an Apple class for holding generic data.

UIDocumentInteractionController "invalid scheme (null)"

I'm trying to preview a document with UIDocumentInteractionController. The document is an .xls file which my app downloads from the …

ios excel nsdata preview uidocumentinteraction
How to convert dispatch_data_t to NSData?

Is this the right way? // convert const void *buffer = NULL; size_t size = 0; dispatch_data_t new_data_file = dispatch_…

ios c grand-central-dispatch nsdata dispatch
Convert AVAudioPCMBuffer to NSData and back

How to convert AVAudioPCMBuffer to NSData? If it should be done as let data = NSData(bytes: buffer.floatChannelData, length: bufferLength) …

swift ios8 nsdata avaudiopcmbuffer
Cast NSData as! CFDataRef in swift 2.0

I have a line in a code which became deprecated, there are suggestions in XCode what to replace it with, …

ios casting swift2 nsdata cfdata