-
SwiftUI Quick Tip: Apply Text Transformations
Check out this quick tip and find out how to apply font transformations such as small caps to SwiftUI texts.
-
SwiftUI: Clip Shape Modifier On Images
Learn how to apply a shape mask on SwiftUI views with the clip shape modifier in a quick guide, as well as how to change shape on the fly.
-
Video Tutorial: Customize NSButton Colors And Rounded Corners On macOS Projects
Learn in this short macOS programming video how to apply custom colors and rounded corners to NSButtons, and all that through Interface Builder!
-
A Step by Step Guide on how to Create a XCFramework and Distribute it as a Swift package
Learn in this post how to create a binary framework using the new XCFramework format, and then how to distribute it as a Swift package.
-
Video Tutorial: Override Status Bar Style On Navigation Controller Based iOS apps
Discover a simple technique that lets you override the default status bar style in view controllers embedded in a navigation controller on iOS projects.
-
Video Tutorial: Simplifying Keyboard Notifications Handling on iOS
Implement fast an extremely handy working solution that allows to manage keyboard events painlessly & effortlessly everywhere, anytime!