Tint of a built-in UIToolBar?

– fatih Apr 1 at 1:11 UIViewController does not have a "built in" toolbar. Check the documentation. If you want one, you're going to have to create it and add it to the view yourself.

– Mark Adams Apr 1 at 1:16 but you can set the toolbar items so there shoud be. Check the doc there is a method called setToolbarItems in UIViewController. – fatih Apr 1 at 1:19 Yes I see that.

The documenation also states that the toolbarItems property works in conjunction with UINavigationController. If the view controller is embedded into a UINavigationController and that navigation controller has a toolbar, then these items will be displayed on the toolbar. – Mark Adams Apr 1 at 1:23 ok so I should access like this and it worked: self.

NavigationController.toolbar. TintColor – fatih Apr 1 at 1:31.

You can change the tintColor in Interface Builder, or in code like so: toolbar. TintColor = UIColor colorWithRed:0.83 green:0.43 blue:0.57 alpha:0.5.

Sure you can just set the toolbar's tintColor property. It takes a UIColor object.

You can change the tintColor in Interface Builder, or in code like so.

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.

Related Questions