[[NSBundle mainBundle] resourceURL]
is same as
[NSURL fileURLWithPath:[[NSBundle mainBundle] resourcePath]]
I need to use it a lot while making local html pages to show in UIWebView. Just to remember. 🙂
[[NSBundle mainBundle] resourceURL]
is same as
[NSURL fileURLWithPath:[[NSBundle mainBundle] resourcePath]]
I need to use it a lot while making local html pages to show in UIWebView. Just to remember. 🙂