SCSArticleQueryListViewController Class Reference

Inherits from SCSCategoryViewController : UIViewController
Declared in SCSArticleQueryListViewController.h

Overview

View controller capable of showing the list of articles that are the result of a query.

– initWithQuery:

Designated initializer.

- (instancetype)initWithQuery:(nullable SCSArticleQuery *)articleQuery

Parameters

articleQuery

Optional query to use when constructing the view controller.

Return Value

Initialized view controller.

Declared In

SCSArticleQueryListViewController.h

  delegate

Delegate property to use to interact with the view controller.

@property (nullable, nonatomic, weak) NSObject<SCSArticleQueryListViewControllerDelegate> *delegate

Declared In

SCSArticleQueryListViewController.h

  articleQuery

Article query to use when showing articles.

@property (nullable, nonatomic, copy) SCSArticleQuery *articleQuery

Declared In

SCSArticleQueryListViewController.h