I am not developing any web app.
I am trying to use CSS in developing iPhone native app.
I am confused about where to include it and use it .
Whether to use it in the viewDidLoad or applicationDidFinishLaunching .
I am really getting tired of using the same UI look.
Can any body help me?
Thank You All.
What are you trying to apply the CSS to? CSS is only going to be applicable to a UIWebView in general. For that, you’ll load it in the HTML as you would for a website.