SCSArticleQueryListViewControllerDelegate Protocol Reference
Conforms to | SCSCategoryViewControllerDelegate |
---|---|
Declared in | SCSArticleQueryListViewController.h |
Overview
Delegate protocol to allow the receiver to interact with, and control the experience of, a category view controller.
– articleQueryListViewController:articleQueryDidChange:fromOldQuery:
Informs the delegate when a category is assigned and it begins to load.
- (void)articleQueryListViewController:(SCSArticleQueryListViewController *)queryListViewController articleQueryDidChange:(nullable SCSArticleQuery *)newQuery fromOldQuery:(nullable SCSArticleQuery *)oldQuery
Parameters
queryListViewController |
The SCSArticleQueryListViewController instance. |
---|---|
newQuery |
The new query being set. |
oldQuery |
The old query that is being replaced. |
Declared In
SCSArticleQueryListViewController.h