-
## Checklist
- [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit).
- [x] Searched [existing issues](ht…
-
Are there any intentions to extend Reusable to macOS, specifically `NSTableView`/`NSCollectionView`? The library is obviously focused on iOS/UIKit but I thought I'd still ask :). Thanks!
-
The NSCollectionView is newish, but I use it a lot these days, and IB support for a BGHUDCollectionView would be super cool to have. I'm assuming this would be pretty simple to implement since the Col…
-
Not a criticism, but it doesn't compile on a bog standard (in this case M1) Macbook Pro.
10 errors are generated similar to:
In file included from /Library/Developer/CommandLineTools/SDKs/MacOSX.s…
-
-
In the latest Xcode 9.3, warnings are issued about the deprecated use of IKImageBrowserView by iMedia.
Looking forward, it seems that switching to NSCollectionView is the best long-term strategy, b…
-
Here's how to create `NSCollectionView` programatically. We need to embed it inside `NScrollView` for scrolling to work. Code is in Swift 4
### NSCollectionView
```swift
let layout = NSCollecti…
-
https://developer.apple.com/documentation/appkit/nscollectionviewprefetching
It's useful for load data like large images.
-
I have NSCollectionView in my app and its items have a border. When I use PureLayout for stretching NSCollectionView, items' border disappears. But the strange part is when I resize a window to make i…
-
This probably necessitates to swithing to `NSCollectionView` and `UICollectionView` under the hood as this is the only way that you get truly native grid view experiences.