Showing posts with label empty. Show all posts
Showing posts with label empty. Show all posts
Clear UIWebView content
[webView loadHTMLString:@"<html><head></head><body></body></html>" baseURL:nil];
Labels:
empty,
html,
iphone SDK,
white
Check if string null or not
iPhone SDK Tips & Tricks
if([myStr isEqual: [NSNull null]])
NSLog(@"null");
else
NSLog(@"not null");
Labels:
empty,
iphone SDK,
nsnull,
nsstring,
null
Subscribe to:
Posts (Atom)