Menu

Close
  • Swift
  • Python
Subscribe
Menu

macOS

Insights and reflections on developing for the macOS platform.

Page 1 of 5 Older Posts →

Play A Sound Using AVAudioPlayer In Swift

Learn how to load a sound file or sound effect, configure an AVSession to play sound, and play a sound file using AVAudioPlayer in Swift. »

Rob Rob on Swift, iOS, macOS 17 January 2021

Rounding Floats and Doubles in Swift

Learn how to round decimal numbers up, down, and with custom decimal precision in Swift. »

Rob Rob on Swift, iOS, macOS 10 January 2021

How To Create A Custom Delegate In Swift

The Delegate Pattern, also referred to as Delegation, is an architectural pattern frequently found in Swift code and Apple libraries. This post presents an overview of »

Rob Rob on Swift, iOS, macOS 03 January 2021

Parallel For Loops in Swift

Learn how to use DispatchQueue and DispatchGroup to implement parallel for loops in Swift. »

Rob Rob on Swift, iOS, macOS 02 January 2021

When to use Guard in Swift

Learn what guard does in Swift and when to use guard in your Swift code. »

Rob Rob on Swift, iOS, macOS 02 January 2021
Page 1 of 5 Older Posts →
Advanced Swift © 2021
Privacy