 |
 |
|
 |
08-28-2008, 12:10 PM
|
#1 (permalink)
|
|
New Member
Join Date: Aug 2008
Posts: 8
|
didSelectViewController and tab bar tutorial
I am trying to implement didSelectViewController using the mdmstudio's tab bar tutorial.
I am try to load data from the net everytime a user clicks on one of the tabbaritems (they shouldnt click it all the time). I need to be able to recognize that event.
I've added the didSelectViewController() to the code and set a break point and nslog, but it never gets to that point.
suggestions???
thanks
|
|
|
08-28-2008, 06:12 PM
|
#2 (permalink)
|
|
New Member
Join Date: Aug 2008
Posts: 8
|
solution
Found a solution:
-I added tab bar controller's delegate to the custom object
-Added IBOutlet UITabBarController to customcontroller.h
This leads me to a new problem.
How do you get the title of the selected tabbaritem when didSelectViewController() is signaled?
NSString *tabBarItemTitle = selectedviewcontroller.tabbaritem.text; ???
|
|
|
10-17-2008, 03:57 AM
|
#3 (permalink)
|
|
New Member
Join Date: Aug 2008
Posts: 20
|
Hi
The title can be found in viewController.tabBarItem.title
Example
Code:
// Optional UITabBarControllerDelegate method
- (void)tabBarController:(UITabBarController *)tabBarController didSelectViewController:(UIViewController *)viewController {
if ([viewController.tabBarItem.title isEqualToString:@"something"])
{
// Do something
}
}
Last edited by corneliussen; 10-17-2008 at 04:00 AM.
Reason: Code looked strange
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
» Advertisements |
» Online Users: 348 |
| 41 members and 307 guests |
| AgCode, alekssebasstrs, Batman, Bertrand21, BrianSlick, CapsicumDreams, Chilibird, chrish2os, computermatt, davidneal, desireapps, EmprendeSoft, Eric 54, flamingliquid, graph, harkonian, Hololont, iTrackiGiveaway, itzdark, jamison, JasonR, javaconvert, joalta, justill45, kanso, Kyowoo, miniyou64, mobiledna, Moddy, moehac, Parental, redmouse, rendezvouscp, Rudy, scotopia, SimonCowell, sjarman, snowboarderz69, stlau, superstec, walkman2001 |
| Most users ever online was 779, 05-11-2009 at 09:55 AM. |
» Stats |
Members: 24,320
Threads: 39,117
Posts: 171,512
Top Poster: smasher (2,576)
|
| Welcome to our newest member, xX Holllish Xx |
|