|
@@ -89,7 +89,7 @@ extern CGFloat const kFLEXDebounceForExpensiveIO;
|
|
|
/// or it will not be respsected. Use this instead.
|
|
/// or it will not be respsected. Use this instead.
|
|
|
/// Defaults to NO.
|
|
/// Defaults to NO.
|
|
|
@property (nonatomic) BOOL pinSearchBar;
|
|
@property (nonatomic) BOOL pinSearchBar;
|
|
|
-/// By default, we will show the search bar's cancel button when
|
|
|
|
|
|
|
+/// By default, we will show the search bar's cancel button when
|
|
|
/// search becomes active and hide it when search is dismissed.
|
|
/// search becomes active and hide it when search is dismissed.
|
|
|
///
|
|
///
|
|
|
/// Do not set the showsCancelButton property on the searchController's
|
|
/// Do not set the showsCancelButton property on the searchController's
|
|
@@ -102,11 +102,11 @@ extern CGFloat const kFLEXDebounceForExpensiveIO;
|
|
|
/// Otherwise, this is the selected index of the carousel, or NSNotFound if using neither.
|
|
/// Otherwise, this is the selected index of the carousel, or NSNotFound if using neither.
|
|
|
@property (nonatomic) NSInteger selectedScope;
|
|
@property (nonatomic) NSInteger selectedScope;
|
|
|
/// self.searchController.searchBar.text
|
|
/// self.searchController.searchBar.text
|
|
|
-@property (nonatomic, readonly) NSString *searchText;
|
|
|
|
|
|
|
+@property (nonatomic, readonly, copy) NSString *searchText;
|
|
|
|
|
|
|
|
/// A totally optional delegate to forward search results updater calls to.
|
|
/// A totally optional delegate to forward search results updater calls to.
|
|
|
-/// If a delegate is set, updateSearchResults: is not called on this view controller.
|
|
|
|
|
-@property (nonatomic, weak ) id<FLEXSearchResultsUpdating> searchResultsUpdater;
|
|
|
|
|
|
|
+/// If a delegate is set, updateSearchResults: is not called on this view controller.
|
|
|
|
|
+@property (nonatomic, weak) id<FLEXSearchResultsUpdating> searchResultsUpdater;
|
|
|
|
|
|
|
|
/// self.view.window as a \c FLEXWindow
|
|
/// self.view.window as a \c FLEXWindow
|
|
|
@property (nonatomic, readonly) FLEXWindow *window;
|
|
@property (nonatomic, readonly) FLEXWindow *window;
|