I have created a bar button item programatically. Now its looking line simple text . I need to set Background color without border and also need to set tint color programatically. Here is the code i create a bar button item:
UIBarButtonItem *callBtn = [[UIBarButtonItem alloc] initWithTitle:@"Call Me" style:UIBarButtonItemStylePlain target:self action:@selector(signUpButtonTapped:)];
self.navigationItem.rightBarButtonItem = callBtn;
And the background color should: #F9F9F9
And the tint color should be : 00ACC1
Please help me to do
I need like this image: