Top "Nsdata" questions

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

Reading and writing images to an SQLite DB for iPhone use

I've set up a SQLite DB that currently reads and writes NSStrings perfectly. I also want to store an image …

objective-c ios cocoa-touch sqlite nsdata
Swift 3.0: Data to JSON [String : Any]

Evening, I'm trying to creating an APIClient, but I'm having a problem with a warning: APIClient.swift:53:81: Cast from 'Data' …

json swift networking nsdata
Print the size (megabytes) of Data in Swift

I have a variable fileData of Data type and I am struggling to find how to print the size of …

ios swift cocoa-touch nsdata foundation
converting data back into a string

So I have this: NSData *charlieSendData = [[charlieImputText stringValue] dataUsingEncoding:NSUTF8StringEncoding]; I know how to convert NSStrings to data but …

objective-c nsstring nsdata
How can i convert a NSData to NSArray?

Possible Duplicates: How to convert NSArray to NSData? Need to convert NSData to NSArray HI, I have a NSData object …

iphone objective-c xcode nsarray nsdata
How to get an array of JSON objects from NSData object

So I'm using an HTTP GET method which returns an array of JSON objects, which are stored in NSData. The …

ios objective-c json swift nsdata
Converting NSString to NSData and vice versa

I am having an issue while trying to convert NSString to NSData and vice versa. I am trying to store …

iphone nsstring nsdata data-conversion
Correct way to load image into UIWebView from NSData object

I have downloaded a gif image into an NSData object (I've checked the contents of the NSData object and it's …

iphone uiwebview nsdata
Converting NSData to int

I've an NSData object, the length is 4 bytes .These four bytes i'm extracting from another NSData object using , fourByteData=[completeData …

iphone objective-c ipad nsdata
NSData & NSURL - url with space having problem

I have following code in my application. NSData *data=[NSData dataWithContentsOfURL:[NSURL URLWithString:pathOfThumbNail]]; pathOfThumbNail has following path http://70.84.58.40/projects/…

iphone xcode nsdata nsurl