Skip to content

Commit

Permalink
[TIMOB-15508] Tab title not showing up when image is not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Oct 24, 2013
1 parent 4cf9002 commit 53bfdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUITabProxy.m
Expand Up @@ -479,7 +479,7 @@ -(void)updateTabBarItem
activeImage = [[ImageLoader sharedLoader] loadImmediateImage:[TiUtils toURL:activeIcon proxy:currentWindow]];
}
}

[rootController setTitle:title];
UITabBarItem *ourItem = nil;

BOOL imageIsMask = NO;
Expand Down

0 comments on commit 53bfdd0

Please sign in to comment.