Inherits from UITableViewCell
Declared in YLSearchResultCell.h
YLSearchResultCell.m

Overview

Table cell used to display search results in the table view.

Tasks

  •   pageLabel

    Returns the label used to display the page number.

    property
  •   contextLabel

    Returns the label used to display a short overview where the result appears in. The search term will be displayed bold.

    property
  •   searchResult

    The model object that holds information about the search result.

    property

Properties

contextLabel

Returns the label used to display a short overview where the result appears in. The search term will be displayed bold.

@property (nonatomic, readonly) TTTAttributedLabel *contextLabel

Discussion

Returns the label used to display a short overview where the result appears in. The search term will be displayed bold.

Declared In

YLSearchResultCell.h

pageLabel

Returns the label used to display the page number.

@property (nonatomic, readonly) UILabel *pageLabel

Discussion

Returns the label used to display the page number.

Declared In

YLSearchResultCell.h

searchResult

The model object that holds information about the search result.

@property (nonatomic, retain) YLSearchResult *searchResult

Discussion

The model object that holds information about the search result.

Declared In

YLSearchResultCell.h