Inherits from UITableViewCell
Declared in YLSearchStatusCell.h
YLSearchStatusCell.m

Overview

Custom table view cell that shows progress information about the search operation.

Tasks

  •   searchStatus

    Current status of the search operation.

    property
  •   statusLabel

    Returns the primary label used to display the status.

    property
  •   detailLabel

    Returns the secondary label used to display additional information.

    property
  •   spinner

    Returns the activity indicator that spins while search continues.

    property

Properties

detailLabel

Returns the secondary label used to display additional information.

@property (nonatomic, readonly) UILabel *detailLabel

Discussion

Returns the secondary label used to display additional information.

Declared In

YLSearchStatusCell.h

searchStatus

Current status of the search operation.

@property (nonatomic, assign) SearchStatus searchStatus

Discussion

Current status of the search operation.

Declared In

YLSearchStatusCell.h

spinner

Returns the activity indicator that spins while search continues.

@property (nonatomic, readonly) UIActivityIndicatorView *spinner

Discussion

Returns the activity indicator that spins while search continues.

Declared In

YLSearchStatusCell.h

statusLabel

Returns the primary label used to display the status.

@property (nonatomic, readonly) UILabel *statusLabel

Discussion

Returns the primary label used to display the status.

Declared In

YLSearchStatusCell.h