Component - Predicates and sorting
This UI component shows a list of items filtered by a condition (predicate) and sorted by a chosen property. Users see only the items that match the filter, arranged in order.
This UI component shows a list of items filtered by a condition (predicate) and sorted by a chosen property. Users see only the items that match the filter, arranged in order.
UITableViewController
└── UITableView
└── UITableViewCell (multiple)