-
Original answer https://stackoverflow.com/a/54793979/1418457
---
In your NSCollectionViewItem subclass, override isSelected and change background color of the layer. Test in macOS 10.14 and Swif…
-
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…
-
⚠️ **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…
-
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…
-
I have been using MotionKit and I have run into a problem which I cannot solve. I am trying to develop and OSX application.
The issue here is that I would like to create a new class that inherits fro…
-
I am starting to see a new type of crash, which happens exclusively on iOS 17
### Steps to Reproduce
```
sealed class HeaderTextField : UITextField
{
public const int TOP_PADDING = 6;
…
-
**Describe the bug**
After connecting to a Navidrome server, the artists list populates - when I click on any artist the app hard crashes.
**To Reproduce**
Steps to reproduce the behavior:
1. Ad…
-
Platform Name: macOS
Platform Version: 10.13.2 (17C205)
SDWebImage Version: 4.2.3
Integration Method: Cocoapods
Xcode Version: 9.2 (9C40b)
Language: Swift 4
Hi guys,
I am using SDWebImage …
-
#### General troubleshooting tips
Before logging an issue please check that:
- [ ] You have the latest version installed (There may be a beta version that fixes your issue), see here for the lates…
-