Returning UITableViewIndexSearch
as section index title (same as @”{search}”) also works.
In Swift you would use UITableView.indexSearch
.
Related Contents:
- Adding the little arrow to the right side of a cell in an iPhone TableView Cell
- Select tableview row programmatically
- Default height for section header in UITableView
- How to resize a tableHeaderView of a UITableView?
- Using [UIColor colorWithRed:green:blue:alpha:] doesn’t work with UITableView seperatorColor?
- UISwitch in a UITableView cell
- How to make a cell on a UITableView not selectable?
- How to create a UITableViewCell with a transparent background
- Removing cell borders from a section of grouped-style UITableView
- How to scroll UITableView to specific position
- How do I remove the borders of a UITableView?
- UITableView issue when using separate delegate/dataSource
- How to give space between two cells in tableview?
- UITableView does not automatically deselect the selected row when the table re-appears
- Detect the current top cell in a UITableView after scrolling
- How to load a UIView using a nib file created with Interface Builder
- How to customize the background color of a UITableViewCell?
- UIButton: set image for selected-highlighted state
- Reducing the space between sections of the UITableView
- How to limit UITableView row reordering to a section
- Is it possible to use AutoLayout with UITableView’s tableHeaderView?
- HTML character decoding in Objective-C / Cocoa Touch
- Read version from Info.plist
- Is there any ready-made calendar control for iPhone apps? [closed]
- Referencing AppDelegate instance variables
- How to delete a user default value in NSUserDefaults?
- cellForRowAtIndexPath: not called
- Determining if an iPhone is Jail broken Programmatically
- How to determine UIWebView height based on content, within a variable height UITableView?
- How to increase height of UIProgressView
- How can I add a badge to a standard UIButton? [closed]
- Figure out UIBarButtonItem frame in window?
- iOS keyboard with “Go” button instead of return
- iPhone – dequeueReusableCellWithIdentifier usage
- NSUserDefaults synchronize-method
- How to increase the UITableView separator height?
- Difference between two NSDate objects — Result also a NSDate
- When editing, `UITableView` does not call didSelectRowAtIndexPath ??
- UITextField for Phone Number
- Convert image to grayscale
- iPhone – Setting background on UITableViewController
- How to pass userInfo in NSNotification?
- Retina display and [UIImage initWithData]
- Best radio-button implementation for IOS
- iOS 5: Curious about UIAppearance
- UITableView Multiple Selection
- In UITableView, cell.detailTextLabel.text isn’t working… why?
- Repeating background image in native iPhone app
- Multiple value enum in Obj-C
- How do I change the color of the side Alphabet in an indexed UITableView?