Questions tagged [sectionheader]
101 questions
0
votes
2 answers
UIView is being hidden by tableview sections
I created a UIView which I want to display over my UITableView.
I add it by adding to the current view: [self.view addSubview:self.adBanner];
When I scroll the section headers will hover over top of this view.
Am I adding the view over table…

nazbot
- 1,527
- 2
- 15
- 23
0
votes
2 answers
iOS UITableView Sections reset index count
I have an array of 12 articles (0 through 11). These 12 articles are divided into sections based on 3 topics, with each topic name becoming the section header title. My problem is that the index path counter resets to 0 at the start of each…

Kevin Kelly
- 164
- 1
- 12
0
votes
2 answers
UITableView resize header for section does not stretch according to its size
i have a table view which has header for the tableview and another header for section.
the header for section has a button on top of it, when the button is pressed i need to change the size of this header.
i did changed the header size but the…

Yaron Y
- 105
- 7
0
votes
3 answers
TableLayout with fixed section header and scrollable
I am trying to create a view like this:
...that has two fixed headers. Whole table layout is scrollable and inner table view is also scrollable as shown in image. Headers and data are dynamic. And when I scroll up to header-2 it hides items of…

Roshni
- 256
- 1
- 4
- 16
0
votes
1 answer
ios - a single static header that changes as you scroll
I've been searching a ton and can not seem to find an answer...
I have a tableView which scrolls all the days of all the months. And I have a titleForHeaderInSection: and viewForHeaderInSection: which displays a section header at the top of each…

user1424344
- 5
- 1
- 2
0
votes
2 answers
Alphabetically sorting the contacts inside a Section header in a UItableview
I have an issue of alphabetically sorting the contacts picked from the address book into section headers . I can arrange them alphabetically without the section headers but how to put them according to the names of the contacts ? I do not want to…

Tejeshwar
- 7
- 1
- 4
0
votes
1 answer
Add background color to section header dynamically in UITableView iOS 5
I have added custom section header for Plain UITableView in my app. While scrolling my cells goes behind section header. I want section header to be displayed on screen till section doesn't change. Till now my app works as per my requirement.
What I…

iOSAppDev
- 2,755
- 4
- 39
- 77
0
votes
2 answers
Table View organization into Alphabetical Sections
ok, onto my next dilemma. I've done a ton of Googling and it seems there are several ways to go about it, but none seem to fit my structuring of my table view. I'm using Xcode 4.3.2 with ARC and storyboards. I have a plain view table view. My table…

Chris
- 87
- 1
- 5
-1
votes
1 answer
Modify section header in VS2012
I am having a Windows driver based solution and working on Visual Studio 2012. I want to modify section the permission flag of section header. I tried to do it with properties->linker but it did not modify the section header when i browser section…

DTdev
- 538
- 1
- 18
- 32
-1
votes
1 answer
How to Customize the SectionHeader
Alright, So i am an uber noob at Developing but i am trying to learn Xcode. One thing i have yet to figure out is how to change the SectionHeader(Color Font's Etc.) I am using a TableView thats been embed in a Container. And Specifically speaking my…

user2502850
- 3
- 1
-2
votes
2 answers
Is something wrong with my Adapter notifyDataSetChanged()?
I'm trying to use the listview with sectionheaders as mentioned here:
Android ListView headers
The values are populated dynamically as shown below:
@Override
public void onActivityResult(int requestCode, int resultCode, Intent data) {
Log.d(TAG,…

coder
- 13,002
- 31
- 112
- 214