Why tintColor doesn't work on navigation bar or toolbar on iOS7
问题 On iOS7 of iPad, first, I setup an modal view controller, the size is 320 * 460, then, in this modal view controller, I presented another navigation view controller, after this, the tint color of navigation bar and tool bar of the presented navigation controller turns gray. I have tried to set tint color of navigation bar and tool bar, but it just doesn't work. Then I tried to present the navigation controller directly, then all tint color works both on navigation bar and tool bar. I have