navigation-style Questions
8
Solved
My HTML is as follows:
<ul id="nav">
<li><a href="./">Home</a></li>
<li><a href="/About">About</a></li>
<li><a href="/Contact">...
Rossetti asked 27/10, 2008 at 21:51
3
Solved
I've created a new navigation based iPhone app. I added this to the RootViewController.
- (void)viewDidLoad {
[super viewDidLoad];
UIBarButtonItem *addButton = [[UIBarButtonItem alloc] init];
se...
Penchant asked 19/2, 2009 at 16:3
1
© 2022 - 2024 — McMap. All rights reserved.