In the mean time, I found a solution to this with the help of the kind people on the Three20 Google Group.
In the mean time, I found a solution to this with the help of the kind people on the Three20 Google Group. In short: The global style sheet will work correctly, if all view controllers descend from TTViewController. When inheriting directly from UIViewController, a work-around is needed to enforce the wanted behavior.
Use either categories or a common super-class to implement the following method for your view controllers: - (void)viewWillAppear:(BOOL)animated { super viewWillAppear:animated; // Work-around for Three20 style sheet misbehavior. See: // groups.google.com/group/three20/browse_t... // http://stackoverflow.com/questions/5406827/ttstylesheet-not-workin-when-restored-by-ttnavigator if (self. NavigationController) { self.
NavigationController.navigationBar. TintColor = TTSTYLEVAR(navigationBarTintColor); } }.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.