Introducing a collection of SwiftUI backports to make your iOS development easier. Many backports support iOS 13+ but where UIKIt features were introduced in later versions,...
KeyboardToolbar overview Use KeyboardToolbar to add tools as an input accessory view to a UITextField, UITextView, or any other view conforming to UITextInput. KeyboardToolbar creates buttons...
A minimal iOS AR, Augmented Reality, app that displays virtual objects at specific geographical location, in an AR scene. With the app you can specify virtual...
This repo aims to provide sample code for lots of different chart types for you to use as inspiration for your own projects. We start by...
SwiftNIO is a cross-platform asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. SwiftNIO Conceptual Overview SwiftNIO is fundamentally...
Swift Collections is an open-source package of data structure implementations for the Swift programming language.
In this video we will take a look at everything new in the next iteration of the SF symbols. This includes over 700 new icons, variable...
Learn about the key technologies and exciting capabilities available in the latest SDKs for iOS 16, iPadOS 16, macOS 13, tvOS 16, and watchOS 9, the toolkits you use to build apps for...
NotificationBanner is an extremely customizable and lightweight library that makes the task of displaying in app notification banners and drop down alerts an absolute breeze in...
VFont is a brilliant library which simplifies working with variable fonts in iOS projects. If you’ve never heard about variable fonts, I’d recommend reading this article Variable fonts...
I know the Coordinator pattern is quite popular for iOS app, so I made a short video explaining how it works. Hoping it can help junior...
FloatingPanel is a simple and easy-to-use UI component for a new interface introduced in Apple Maps, Shortcuts and Stocks app. The new interface displays the related...
Sourcery is a code generator for Swift language, built on top of Apple’s own SwiftSyntax. It extends the language abstractions to allow you to generate boilerplate code...
A spiral is a component that includes a point generator, Shape and View of the spiral. The point generator allows direct data to be used for particularly rare cases. The Shape and View of...
In this video, we’re going to explore Swift Concurrency and some of the new capabilities we get in Swift. Contents 00:00 Introduction 00:45 What is Swift...
Here you’ll find implementations of popular algorithms and data structures in everyone’s favorite new language Swift, with detailed explanations of how they work.
In this blog post, you will learn how to manage all the states of a screen using only one state variable with very easy steps by...
Sankey diagrams in SwiftUI, powered by Google Charts. Sankey diagrams are a type of flow diagram in which the width of the arrows is proportional to the flow...
Runestone – a performant plain text editor for iOS with code editing features. Runestone features Syntax highlighting. Line numbers. Highlight the selected line. Show invisible characters...
CHIPageControl is a set of cool animated page controls to replace boring UIPageControl. Requirements iOS 8.0+ Xcode 8+ Swift 3 CHIPageControl Installation Manually Just add the CHIPageControl folder...