Getting Local File’s Type Identifier From URL in iOS & macOS Apps
Getting the type identifier of a local file using the URL is an often needed task. Learn more in this post, and how to get other types that conforms to.
Getting the type identifier of a local file using the URL is an often needed task. Learn more in this post, and how to get other types that conforms to.
Adding video playback capabilities in SwiftUI is an easy task, and here you will learn how to do so for both iOS 14+, as well as for iOS 13.
Check out this quick tip and find out how to apply font transformations such as small caps to SwiftUI texts.
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.
Learn how to create image buttons in SwiftUI with alternative images on press and release, and meet an additional interesting technique.
Learn how to detect and handle press and release events in SwiftUI, and how to create a custom modifier to simplify that task.
Discover a simple technique that lets you change the status bar style in view controllers embedded in a navigation controller on UIKit.
Learn how to implement a totally different way to deal with keyboard notifications in UIKit based iOS projects that’s extremely easy to use.
Learn how to create a sticky and stretchy top cell in your UITableView and make your UI look really cool!