I have a simple one page application that is finished.
I want to add a credits page using the small "i" button to switch to that page.
I have seen many apps with this feature but cant seem to find out how to make it work anywhere on the web.
Please help!
I have a simple one page application that is finished.
I want to add a credits page using the small "i" button to switch to that page.
I have seen many apps with this feature but cant seem to find out how to make it work anywhere on the web.
Please help!
Check out the Apple Sample Code for the NavBar app. They have an info button in the top right of the app that when pressed, shows a view containing info on the app.
Check out the Apple Sample Code for the NavBar app. They have an info button in the top right of the app that when pressed, shows a view containing info on the app.
Are you basically wanting the button to pull up another view? If so, I wrote this the other day and posted it in this thread. A link to the final sample app is found here.
In my app, I had the button on the top right take the user to a UIWebView, which you probably don't want to do.
sorry to bring up an old thread, but for [self.view addSubview:theButton], what is theButton? I thought it should be infoButton but im kinda confused there.
sorry to bring up an old thread, but for [self.view addSubview:theButton], what is theButton? I thought it should be infoButton but im kinda confused there.