-
I'm running this on Ventura and hit an error trying to drag and drop because it needs a NSCollectionView.elementKindInterItemGapIndicator. Oddly the ObjectiveC version of this works: even though the m…
-
⚠️ **This is a very large task. Please coordinate here before doing any work.**
ℹ️ I don't have a need for this yet, but might in the future.
### ToDo
Here's a rough, high-level outline of wh…
-
We used to (until 2020-05-30) have a window that let you select from several template projects to create when you chose "New Project".
This was deleted because Apple broke NSCollectionView's old AP…
-
-
Why not make it a Cocoapods library.
-
I wanted to experiment with your project, even though I generally stick to Objective-C, but I couldn't get it to work. The main error was:
> “Use Legacy Swift Language Version” (SWIFT_VERSION) is …
-
[pearCalc](http://www.pearworks.com/pages/software.html) contains `MainMenu.nib/objects.nib`, but not `keyedobjects.nib`.
Our NSNib doesn't seem to support that.
-
Hello,
I would like to use diffing algorithm from `IGListKit` for my project and I am missing an information how to use it to get actual steps to get from original array to new one. There are moves, …
-
I can compile and run 1.4.2 without issue or error, when attempting to compile 1.5.0b1 the following errors are generated:
```
❯ make -f Makefile.cocoa install
CC main-cocoa.m (ob…
-
First off, great library! I've struggled with this issue for years and have always fallen back to an NSFetchedResultsController or just calling reloadData.
I watched your meetup video about Dwifft …