DataSource icon indicating copy to clipboard operation
DataSource copied to clipboard

Results 4 DataSource issues
Sort by recently updated
recently updated
newest added

### Feat * Added SPM support to the Combine branch. ### Note As SPM still lacks support for testing other than for the macOS platform, I decided not to include...

Hi, In an old Swift 4 project which used this library, I had the following code. ```swift let expanded = MutableProperty(false) let dataSource = ProxyDataSource() let s1 = StaticDataSource(items: [])...

There is a simple static tableview where it shows profile data. Since this data was not changing, it has used the `StaticDataSource`. ```swift final class ProfileInfoCardViewModel { let dataSource: DataSource...