What do you want to learn today?
Swift Recent Tutorials
Disable Rotation of UIViewController Embedded Into UINavigationController
In this short Swift code example, you will learn how to disable rotation of the UIViewController which is embedded into UINavigationController. We will need to
AVPlayer. Play Music MP3 File From a Remote URL In Swift.
In this Swift code example, you will learn how to play the music mp3 file from a remote URL in Swift. The code example below
Add Playback Slider to AVPlayer. Example In Swift.
In this Swift code example, you will learn how to add a playback slider to an AVPlayer, so that users can start playing music from any
Determine User’s Current Location Example in Swift
In this Swift code example, you will learn how to determine user’s current location using CLLocationManager and CLLocationManagerDelegate. The code example below will cover: Request
Error Handling Example in Swift
Error handling is the process of responding to and recovering from error conditions in your mobile app. Some operations aren’t guaranteed to always complete execution
Case Insensitive Comparison of Strings in Swift
In this short Swift code example, you will learn how to compare two strings despite their case sensitivity. To do that we will use the
Swift Developer Resources
Documentation
-
Swift Documentation
-
Swift Standard Library
-
Swift Playgrounds
-
Swift Standard Library Playground
-
SwiftUI
-
Human Interface Guidelines
-
WWDC Videos
Tools
Icons & Design Resources
Where to ask questions