Skip to content

Commit

Permalink
Merge pull request #3012 from srahim/timob-11010
Browse files Browse the repository at this point in the history
[TIMOB-11010]iOS 6: titleControl fix
  • Loading branch information
vishalduggal committed Sep 20, 2012
2 parents 249cdb1 + d8e312c commit aa5114a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iphone/Classes/TiUIWindowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ -(void)updateTitleView
//layout the titleControl children
[titleControl layoutChildren:NO];

[self updateBarImage];

return;
}
[oldProxy removeBarButtonView];
Expand Down

0 comments on commit aa5114a

Please sign in to comment.