Archives for January, 2017
When you create a macOS Cocoa Application project, you project starts out with a Window Controller and a View Controller.
Posted in macOS, User Interface, Xcode
When working with storyboards in a macOS project, you may want to change the background color of a scene (view).
Posted in Algorithms, macOS
Chances are good you’ll need to manipulate numbers. However, when you want to display those numbers as a text string
Posted in Algorithms
A menu bar app is a macOS program that does not display its icon on the Dock when running or
Posted in macOS, Xcode
If you look in the upper right corner on the menu bar of any Macintosh, you’ll see plenty of icons
Posted in macOS, Programming, Xcode
At one time, the only way to create user interfaces for macOS or iOS programs was to use .xib files.
Posted in macOS, User Interface, Xcode