Jan 29 2019
NSColorWell/NSTextField Bug
Xcode 10, Swift 4.2, macOS 10.13. I have two text fields in my preference controller. Their purpose is to allow users to set a preferred default text style, which I will use elsewhere in my application. (This can be handled much more smoothly, but I have other problems to work out, and right now, working […]
Sep 15 2019
Disclosure Triangle (Autolayout)
(Xcode 10, Swift 4.2, macOS 13.6) This is a common use case: users who just want an overview get a smaller window with the most important content, users who want more detail can click a triangular button and more details unfold. I seem to have tackled this problem several times without feeling completely happy with […]
By Extelligent Cocoa • Application Design, Bug Reports, Interface, Tutorials • • Tags: Autolayout, disclosure, embed view