Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 11-21-2011, 05:56 AM   #1 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 5
lartskins is on a distinguished road
Default navigationController title

Hi guys, I'm having some trouble trying to set my navigationController as I want to. Here's the deal:

i) I have a navigationController inside a tabBarController (second item).
ii)When I click on the tabBarController item corresponding to my navigationController a tableView should be created. (That's working)
iii)I then set the title for the navigationController so it said something else than "Root View Controller" on top of the tableView.
On RootViewController.m
Code:
-(void)viewDidLoad{
......
self.title = @"someTitle";
......
}
iv)Then I tried changing the style of the tableView to grouped, but when I do that my title dissapears and goes back to Root View Controller
The only way I could change the style of the tableView was with:
Code:
- (id) initWithCoder:(NSCoder *)aDecoder
{
    self = [super initWithStyle:UITableViewStyleGrouped];

    return self;
}
So basically I either get the title set or get the style set to grouped. But I can't do both.

The solutions I found used the IB to set the tableView style to grouped, but since I'm not using the IB to create the tableView I couldn't find an answer yet.

I'm kinda new to iPhone programming but I'm guessing I might be overriding something twice?

Thanks in advance
lartskins is offline   Reply With Quote
Old 11-22-2011, 10:35 AM   #2 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 5
lartskins is on a distinguished road
Default

Still looking for some tips!
lartskins is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 387
14 members and 373 guests
7twenty7, chiataytuday, Clouds, dedeys78, Duncan C, e2applets, EvilElf, iekei, ipodphone, jeroenkeij, leostc, mbadegree, Murphy, QuantumDoja
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,676
Threads: 94,125
Posts: 402,910
Top Poster: BrianSlick (7,990)
Welcome to our newest member, jleannex55
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 06:33 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0