How to apply multiple filters to realm database results
问题 I am new to programming & trying to apply filters using UISwitches Currently I have: A realm database returning all the objects A UI that uses Switches to send filters Things Attempted: Subqueries, however I don't know the proper format to write it for realm Goal: Apply multiple filters to realm database results User Interface: Realm Database: class Question: Object { @objc dynamic var neverAttempted: Bool = true @objc dynamic var correct: Int = 0 @objc dynamic var flagged: Bool = false @objc