Will Kiefer
Will Kiefer
Right now `ViewModelUserEvent.click` actually gets sent on mouse down. Opening the bug for discussion/figuring out the best plan. FWIW, most people should probably use `.select` as it covers more edge...
It's easy to get bitten with a struct `ViewModel` since it gets copied by value within the data sources.
From @danielrhammond 's comment in https://github.com/dropbox/pilot/pull/109 : random idea, but since we do a lot of things like this in our app it might be nice to provide an optional...
`selected` has issues when you subclass an Objective-C `NSView` or `UIView` with an `isSelected` getter (example is `NSTableRowView`) and also conform it to `View`. The synthesized swift name (`isSelected`) cannot...
As part of the 0.9 release, we'll be consolidating the breaking changes from https://github.com/dropbox/pilot/issues/52 with breaking `ModelCollection` renames. **Tasks** - [ ] Complete Table Below Need | Legacy Name |...
Need to split our `Pilot-Target.xcconfig` into a two platform specific files so they can inherit from the correct base framework config.
https://www.dropbox.com/scl/fi/chwd2p6occ6wx6pkepxhg/screenshot%202017-06-07%2017.49.16.png?dl=0
Tracking new `UITableView` bindings with similar to our `CollectionViewController`.