Questions tagged [sectionheader]

101 questions
0
votes
1 answer

Anchoring UILabel in UITableView section header

I'm getting a misalignment of a UILabel (variable name: wrongCountLabel) in a UITableView section header, as it's programatically set to a fixed x and y coordinate. These coordinates work fine for smaller screens but fall short of the right hand…
Tirna
  • 383
  • 1
  • 12
0
votes
1 answer

iPhone - UITableViewController - Setting section header in portrait and landscape

I'm having UITableView controller which uses custom section header view. When my device is portrait, its showing perfect. And when my device is landscape its perfect again. But when orientation changed during app runtime, its not updating my section…
Satyam
  • 15,493
  • 31
  • 131
  • 244
0
votes
1 answer

Custom UITableViewCell multiple sections

As i am newbie to this development, i am requesting you to give a fast reply for my below requirement. My iPhone application is: Requesting data from web page(with php) and showing it in my table. This table contains multiple lines of information:…
Ramya
  • 168
  • 3
  • 10
0
votes
1 answer

Interactive Table View Header with check boxes

I designed the header of the tableview in such a way that it is being interactive through check boxes made from button by changing images. When I clicked a check box it is checked and unchecked correctly. What I want is when I click the check box,…
shahtaj khalid
  • 476
  • 7
  • 24
0
votes
0 answers

Resize section header in UITableView with constraints?

UITableView is resized with constraints. It has 2 sections and the second section's header is resized inside tableView:heightForHeaderInSection:: headerHeight = tableView.frame.size.height - rowCount * oneRowHeight; So when the table is resized…
Vyachaslav Gerchicov
  • 2,317
  • 3
  • 23
  • 49
0
votes
1 answer

UITableVC No section header content shown

converting my code to swift ONLY so no use of storyboards. After rewriting the code (no storyboard usage) the header information is NOT shown !! If I change the viewForHeaderInSection return value from: override func tableView(_ tableView:…
Koen
  • 71
  • 7
0
votes
2 answers

How to move UItableView section text from left to right?

I found some answers of how you can move the cell text to the right, BUT HOW can I move the section's text to the right?
AYBABTU
  • 986
  • 3
  • 17
  • 39
0
votes
1 answer

UITableView Section Header Behavior iOS 9.X vs 10.x

I am having an issue where my tableView:viewForHeaderSection: is being called a different amount of times in IOS 9.X VS 10.X. In 9 it only gets called once(which is incorrect) while in 10 it gets called for all the correct sections I have set in the…
0
votes
1 answer

Different height for section header UITableView

I have some issue with section header height, so: In storyboard I defined prototype and I assigned it to the section header view, in Size Inspector with height "100", but I also created a method "heightForHeaderInSection" where I set "90". The…
rudald
  • 364
  • 5
  • 18
0
votes
1 answer

Android ListView exclude section headers from being highlighted

I have recently implemented the StickyListHeadersListview library from github. Then I used MultiChoiceModeListener for selecting items and then to copy or delete those selected elements as seen below I don't want the section headers (date field) to…
gzix
  • 271
  • 3
  • 20
0
votes
0 answers

StickyListHeadersListView MultiChoiceMode issue

I am using the StickyListHeadersListView android library from github for my application. It was working fine. After I implement MultiChoiceMode listener for copying and deleting elements, there is a problem in highlighting of elements. Whenever I…
gzix
  • 271
  • 3
  • 20
0
votes
3 answers

Add a section header in ListView Menu

I want to make a menu with some section headers. But the source code in androidhive (http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/) is not supported it. So how to add a section header (or make a menu item to be a…
Chris Maverick
  • 928
  • 1
  • 8
  • 18
0
votes
1 answer

Tortoisesvn error passwd:6: Section header expected

Sorry for asking but I need to access a remote repository. I was given an account on the server side and i have installed tortoise svn on my client machine. the problem is i cant access, update or commit changes because i keep geting the above…
0
votes
2 answers

how can i fix only the first sectionHeaderView and make other sectionHeaderView be empty in UITableView?

I have a UITableView to implement a function like when I click the cell , I want it column down and show a music player kinda cell with slider and pause button on it, so I think I can use every cell as a section include 2 rows, when I click I reload…
SevenJustin
  • 61
  • 11
0
votes
2 answers

Android ListView with Section Headers

Please excuse me if anything mentioned here is unrelated as I am starter with android development. I have gone through many SO questions and many examples over net explaing all the same thing but none of them suits my requirement as I need to…
coder
  • 13,002
  • 31
  • 112
  • 214