Linked Questions

1 vote
1 answer
891 views

how to change the background color of header in UITableView. But it should only for on showing headers. I implemented the following delegate - (UIView *)tableView:(UITableView *)tableView ...
priyanka vijesh's user avatar
62 votes
18 answers
77k views

I have a array of headers that I use let sectionHeaderTitleArray = ["test1","test2","test3] and they are showed using func tableView[tableView: UITableView, titleForHeaderInSection section: Int) -&...
Jp4Real's user avatar
  • 2,002
29 votes
15 answers
41k views

Is it possible to change the grey border-bottom color of the UINavigationBar in iOS7? I already tried to remove to border, but this is not working: [[UINavigationBar appearance] setShadowImage:[[...
MappleDev's user avatar
  • 453
19 votes
6 answers
15k views

OK, I know that this has been asked previously, so please forgive me for asking again. It just seems like there has got to be an easier way to do this. Is there a 'simple' way to change the ...
toofah's user avatar
  • 4,475
10 votes
3 answers
15k views

i have pretty simple simple question (i hope so). How do i change the section header color in a UITableview from default blue to black transparent? Thanks in advance.
Simon D.'s user avatar
  • 525
1 vote
1 answer
7k views

I have implemented the following code in order to change the tint of the section headers in a tableView. I just want to change the color tint, not to apply a view from my own. The app, however, seems ...
Álvaro Morales Navarro's user avatar
2 votes
2 answers
3k views

I wanna make it like, touch the section header then jump to end of this section. How could I do it? Any suggestions? Cheers - (UIView *) tableView:(UITableView *)tableView viewForHeaderInSection:(...
david's user avatar
  • 139
0 votes
3 answers
2k views

How I can set the color of separator of sections? I set all posible colors to "f5f5f5", but the separator is "ededed". Why it can be?
Roman Volkov's user avatar
0 votes
5 answers
1k views

This is what my view looks like : And this is how I want it to be (ignoring the text color) As you can see that the view between the headers should be cleared. But that's not happening. This is ...
Nitish's user avatar
  • 14.1k
1 vote
1 answer
1k views

Do you know the name of the part where "california" is written, and how i can change its background color and textcolor ? Thanks, Niels
Nielsou Hacken-Bergen's user avatar
0 votes
2 answers
1k views

In my iPhone app, I'd like to alter the headers on my UITableView. How can I keep the same gradient/alpha/nice looking style of the gray, default headers, except change the color of it?
CodeGuy's user avatar
  • 29k
0 votes
1 answer
976 views

i want to change the titleForHeader background color in iOS. - (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section { return @"A"; } this method show the ...
Fire Fist's user avatar
  • 7,070