YLSearchStatusCell Class Reference
Inherits from | UITableViewCell |
Declared in | YLSearchStatusCell.h YLSearchStatusCell.m |
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