-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to have a filtering(NSPredicate) on SSection items. #55
Comments
Hi @umairsuraj, you have a few options here:
|
I have a look at "m.cd-filter" branch. Is this method works fine while using 'SSSectionedDataSource'?
|
The |
Sure. Thanks. I will port them in sectioned data source. But including filtering methods inside will be very helpful for all of us, who are preferring your library. |
We know that "items" inside "SSSection" is a readonly property as:
/**
@Property (nonatomic, strong, readonly) NSMutableArray *items;
So how can we use predicate on items while using SSSectionDataSource.?
The text was updated successfully, but these errors were encountered: