Skip to content

How to have a filtering(NSPredicate) on SSection items. #55

@umairsuraj

Description

@umairsuraj

We know that "items" inside "SSSection" is a readonly property as:

/**

  • Section items. You probably shouldn't mutate this directly;
  • instead see SSSectionedDataSource's
  • insertItem:atIndexPath:
    
  • insertItems:atIndexes:inSection:
    
    */
    @Property (nonatomic, strong, readonly) NSMutableArray *items;

So how can we use predicate on items while using SSSectionDataSource.?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions