0
votes
1answer
165 views

Custom Index Section List Positioning

I've implemented a custom index section list by programmatically adding buttons using a loop. Here is the code in my table view controller: int offset = 65; int yposition = 40; NSString *letter; for ...
0
votes
0answers
141 views

Phonegap for ios… UITableView sectionIndexes?

I dont think its possible but any chance of implementing the UITableview with A-Z sectionIndex using PhoneGap? I have no idea about implementing it in html/javascript. Any ideas?
3
votes
1answer
971 views

Whole alphabet for sections index in core data

I've implemented a table populated with core data and now I'm trying to indexing it with sections by displaying the side Alphabet (in Contacts like format). In the code below, if I use the commented ...
1
vote
0answers
574 views

AlphabetIndexer Not working with Custom ListView

I am using AlphabetIndexer, SectionIndexer, Custom CursorAdapter for a Customized ListView. following is the code for the same. But I am not able to see the Alphabets while scrolling the List. I also ...
0
votes
1answer
164 views

Use section index in .nsh header file?

As the question says: I´m trying to use the section index in a .nsh file which configures pages and includes custom pages. I´m trying to do so with the function SectionSetInstTypes. When I try to get ...
4
votes
3answers
546 views

Show / Hide Listview SectionIndex on demand

i implemented a listview which implements SectionIndexer ... everything fine so far. Normally the items are sorted by Name, but i also offer the option to sort the list in a different way - by ...
5
votes
5answers
5k views

Custom UITableView section index

Is it possible to customize the UITableView's section index? I mean, changing the font style/size, background (which is semitransparent by default) etc. I'm guessing that the answer would be NO. So, ...
0
votes
1answer
1k views

Setting the frame of the section index for a UITableView

Short question, I've been googleing around but cannot come up with a solution. I have a working UITableView with an index on the right side. At the top of the table I have a search field of approx. 44 ...
0
votes
1answer
630 views

Iphone tableView index position/setting

Sorry if I missed anything about this but I have a table view with 2 large sections and an index to navigate between sections: - (NSArray *)sectionIndexTitlesForTableView:(UITableView *)tableView { ...