Is it possible to give separate tint colors for cancel and other action buttons?. Currently I am changing the tint color as controller.view.tintColor = [UIColor blackColor];
but it changes the tint color for cancel button too. I need to set different tint color say red to the cancel button. Please help me guys.