I want to get data from a row. I am using the following code, but it seems to be deprecated.
NSData *data=[[NSData alloc]initWithBase64Encoding:(NSString *)dict];
I got the data. But this gives me a warning that "initWithBase64Encoding" is deprecated. So, is there another method that will return data?
ios objective-c nsdata
Sunny shah
source share