You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need a collection view that displays only the first 5 query results. I am using RxCollectionViewRealmDataSource as data source, it works great if I was to display all the results. But I don't need all, unfortunately...
The Realm guys didn't implement a limiting support because there is no need for that (https://realm.io/docs/swift/latest/#limiting-results), but in my case I don't know how to handle it. It should be implemented in the RxCollectionViewRealmDataSource class, isn't it?
The text was updated successfully, but these errors were encountered:
I need a collection view that displays only the first 5 query results. I am using RxCollectionViewRealmDataSource as data source, it works great if I was to display all the results. But I don't need all, unfortunately...
The Realm guys didn't implement a limiting support because there is no need for that (https://realm.io/docs/swift/latest/#limiting-results), but in my case I don't know how to handle it. It should be implemented in the RxCollectionViewRealmDataSource class, isn't it?
The text was updated successfully, but these errors were encountered: