Creating Custom Button Styles In SwiftUI
Feb 10, 2021, 4:29 AM
Read how to create custom button styles in SwiftUI, what are the benefits by doing that and how to achieve reusable custom button appearance.
The post Creating Custom Button Styles In SwiftUI appeared first on SerialCoder.dev.
The Complete Guide to PHPicker API in iOS 14
Jan 22, 2021, 3:00 PM
Meet PHPicker, the brand new API in iOS 14 for importing photos and videos to iOS apps, and learn how to integrate it in your own projects.
The post The Complete Guide to PHPicker API in iOS 14 appeared first on SerialCoder.dev.
Integrating Video Playback In iOS Apps Using SwiftUI
Dec 21, 2020, 12:14 PM
Learn in this video tutorial how to add video playback capabilities in iOS apps using SwiftUI, and read how to do so for both iOS 14+ and for iOS 13.
The post Integrating Video Playback In iOS Apps Using SwiftUI appeared first on...
Getting Local File’s Type Identifier From URL in iOS & macOS Apps
Dec 19, 2020, 12:41 PM
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.
The post Getting Local File’s Type Identifier From URL in iOS & macOS Apps...
Integrating Video Playback In iOS Apps Using SwiftUI
Dec 7, 2020, 11:18 AM
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.
The post Integrating Video Playback In iOS Apps Using SwiftUI appeared first on SerialCoder.dev.
SwiftUI Quick Tip: Apply Text Transformations
Nov 16, 2020, 7:28 AM
Check out this quick tip and find out how to apply font transformations such as small caps to SwiftUI texts.
The post SwiftUI Quick Tip: Apply Text Transformations appeared first on SerialCoder.dev.
SwiftUI: Clip Shape Modifier On Images
Nov 12, 2020, 1:40 PM
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.
The post SwiftUI: Clip Shape Modifier On Images appeared first on SerialCoder.dev.
SwiftUI Image Buttons With Alternative Images
Nov 5, 2020, 2:52 AM
Learn how to create image buttons in SwiftUI with alternative images on press and release, and meet an additional interesting technique.
The post SwiftUI Image Buttons With Alternative Images appeared first on SerialCoder.dev.
Handle Press And Release Events in SwiftUI
Nov 1, 2020, 5:24 AM
Learn how to detect and handle press and release events in SwiftUI, and how to create a custom modifier to simplify that task.
The post Handle Press And Release Events in SwiftUI appeared first on SerialCoder.dev.
SwiftUI Posts & Tutorials
Nov 1, 2020, 4:24 AM
Welcome 👋 to the SwiftUI corner on SerialCoder.dev!
The post SwiftUI Posts & Tutorials appeared first on SerialCoder.dev.
Video Tutorial: Customize NSButton Colors And Rounded Corners On macOS Projects
Oct 22, 2020, 2:29 PM
Learn in this short macOS programming video how to apply custom colors and rounded corners to NSButtons, and all that through Interface Builder!
The post Video Tutorial: Customize NSButton Colors And Rounded Corners On macOS Projects...
Customize NSButton Colors And Rounded Corners On macOS Projects
Oct 20, 2020, 2:53 AM
Meet a quick technique on how to create customizable and highly configurable buttons available in Interface Builder when programming on macOS.
The post Customize NSButton Colors And Rounded Corners On macOS Projects appeared first on...
A Step by Step Guide on how to Create a XCFramework and Distribute it as a Swift package
Oct 16, 2020, 10:00 AM
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.
The post A Step by Step Guide on how to Create a XCFramework and Distribute it as a Swift package...
Video Tutorial: Override Status Bar Style On Navigation Controller Based iOS apps
Oct 15, 2020, 7:30 AM
Discover a simple technique that lets you override the default status bar style in view controllers embedded in a navigation controller on iOS projects.
The post Video Tutorial: Override Status Bar Style On Navigation Controller Based iOS...
Video Tutorial: Simplifying Keyboard Notifications Handling on iOS
Oct 15, 2020, 7:06 AM
Implement fast an extremely handy working solution that allows to manage keyboard events painlessly & effortlessly everywhere, anytime!
The post Video Tutorial: Simplifying Keyboard Notifications Handling on iOS appeared first on...
Video Tutorials Have Finally Come True!
Oct 15, 2020, 6:19 AM
I've always felt the desire to create video-based content, and finally that day has come! My first video tutorials are published on YouTube! Read on for details.
The post Video Tutorials Have Finally Come True! appeared first on...
gtiapps.com website migrated to SerialCoder.dev
Oct 11, 2020, 11:00 AM
SerialCoder.dev is the new home for all content of my previous website, gtiapps.com, and it's gonna host a series of exciting new stuff!
The post gtiapps.com website migrated to SerialCoder.dev appeared first on SerialCoder.dev.
Status Bar Style On Navigation Controller Based Apps
Oct 11, 2020, 4:14 AM
Discover a simple technique that lets you change the status bar style in view controllers embedded in a navigation controller on UIKit.
The post Status Bar Style On Navigation Controller Based Apps appeared first on SerialCoder.dev.
Simplifying Keyboard Notifications Handling on iOS
Oct 10, 2020, 4:37 AM
Learn how to implement a totally different way to deal with keyboard notifications in UIKit based iOS projects that's extremely easy to use.
The post Simplifying Keyboard Notifications Handling on iOS appeared first on SerialCoder.dev.
Simplifying Keyboard Notifications Handling On iOS Projects
Sep 21, 2020, 12:15 PM
Implement a quick reusable class that handles the keyboard show and hide notifications in iOS, UIKit based apps, and provides an extremely simple API to use in the development flow.
iOS 14 Updates in UIKit: ColorPicker, DatePicker, Menus and Actions
Sep 10, 2020, 2:00 PM
By the time SwiftUI was announced and given to developers in WWDC 2019, it was made obvious that this was going to be the future for...
iOS 14 Updates in UIKit: ColorPicker, DatePicker, Menus and Actions
Sep 10, 2020, 2:00 PM
iOS 14 brings along great controls! A brand new color picker, updated date picker, menus to present anywhere, advancements to buttons and bar button items, and more. Find all that great new and updated stuff in this post.
The post iOS 14...
Testing In-App Purchases Using StoreKit in Xcode 12
Aug 21, 2020, 2:00 PM
WWDC20 finished almost two months ago, but still we are all talking about the new frameworks, APIs, and improvements announced this year. Among all those there’s...
Testing In-App Purchases Using StoreKit in Xcode 12
Aug 21, 2020, 2:00 PM
Xcode 12 introduces local in-app purchases testing, a definitely much desired feature! This post shows step by step how to do local IAP testing and save time in order to focus more on the development flow.
The post Testing In-App Purchases...
How to Reuse SwiftUI Views with LibraryContentProvider and Swift Package
Jul 31, 2020, 2:00 PM
Xcode 12 makes it possible to reuse SwiftUI views not only within the same project, but also among multiple projects using Swift packages. Read this post to find out how.
The post How to Reuse SwiftUI Views with LibraryContentProvider and...
How to Reuse SwiftUI Views with LibraryContentProvider and Swift Package
Jul 31, 2020, 2:00 PM
WWDC 2020 introduced several new features and improvements in the entire spectrum of develpment in Apple ecosystem, and definitely every developer found lots of things to...
GTSheetMenuView
Jul 29, 2020, 12:53 PM
A customizable menu presented as a sheet that can be integrated in iOS projects. Available as a Swift Package.
The post GTSheetMenuView appeared first on SerialCoder.dev.
GTSheetMenuView
Jul 29, 2020, 12:53 PM
A customizable menu presented as a sheet that can be integrated in iOS projects. Available as a Swift Package.
GTOverlayView
Jul 29, 2020, 12:51 PM
Show a customizable overlay view on top of any other view on UIKit-based iOS projects. Available as a Swift Package.
The post GTOverlayView appeared first on SerialCoder.dev.
GTOverlayView
Jul 29, 2020, 12:51 PM
Show a customizable overlay view on top of any other view in iOS based projects. Available as a Swift Package.
GTBlurView
Jul 29, 2020, 12:45 PM
Add blur effect to any view in iOS based projects using a simple, modern and declarative way. Available as a Swift package.
The post GTBlurView appeared first on SerialCoder.dev.
GTBlurView
Jul 29, 2020, 12:45 PM
Add blur effect to any view in iOS based projects using a simple, modern and declarative way. Available as a Swift package.