In this post, I’ll provide you a quick snippet for trimming/decoding HTML text from NSString. So, the code snippet given here will just remove the HTML tags supplied within the NSString object. Assume you have following string.
NSLog(@"Data length is %i",[dataFromBase64 length]);
You can always use methods base64DataFromString and base64StringFromData if you have properly imported following file. NSStringAdditions.h … Continue reading →
NSLog(@"Data length is %i",[dataFromBase64 length]);
You can always use methods base64DataFromString and base64StringFromData if you have properly imported following file. NSStringAdditions.h … Continue reading →