Hi, how do I properly form this if statement?
Thanks
Code:
[COLOR=#000000][COLOR=#666666][I] if (!selectedCell) {
NSString *urlAddress = @"[URL]http://www.google.com[/URL]";}
else {
NSString *urlAddress =[[NSBundle mainBundle] pathForResource:@"selectedCell" ofType:@"htm"];}[/I][/COLOR][/COLOR]
Thanks