Natascha Fadeeva
Author and creator of this site
accessibility
architecture
basics
combine
concurrency
core data
cryptokit
databases
design patterns
generics and protocols
graphql
health
ios
localization
networking
notifications
objective-c
performance
productivity
reactive programming
security
spritekit
swift
swift package manager
swiftui
technical interview
testing
tools
uikit
xcode
Understanding SwiftUI's ViewThatFits container.
Learn to build adaptive layouts with SwiftUI's ViewThatFits container
27 Jun 2022 · 2 min read
Quick guide on the Grid container in SwiftUI
Understanding how to use the Grid layout introduced at WWDC22.
20 Jun 2022 · 2 min read
Understanding the some keyword when working with generic protocols in Swift 5.7
Learn about opaque parameter declarations introduced at WWDC22.
13 Jun 2022 · 2 min read
Quick guide on accessibility for SwiftUI
Learn how to use different accessibility modifiers in SwiftUI.
06 Jun 2022 · 4 min read
Getting started with UI testing for SwiftUI
Learn how to create user interface tests with the XCTest framework.
30 May 2022 · 4 min read
Customizing buttons in SwiftUI with the ButtonStyle protocol
Learn how to reuse button styles in SwiftUI.
23 May 2022 · 2 min read
Customizing the appearance of the NavigationView title in SwiftUI
Learn how to create a custom navigation bar title view in SwiftUI.
16 May 2022 · 2 min read
Quick guide on toolbars in SwiftUI
Learn how to add toolbar items to the bottom bar, the navigation bar, above the keyboard or in modal views with SwiftUI.
09 May 2022 · 3 min read
Quick guide on local notifications for iOS
Learn how to schedule local notifications in different ways and how to handle them.
02 May 2022 · 6 min read