SwiftUI

Jul
07
WWDC
8 min read

What's new in SwiftUI - WWDC22

Charts framework, brand new and fixed NavigationStack. Multi-window and menu bar extras for MacOS SwfitUI apps. New Layout protocol and many other things. Here is a detailed summary of the "What's new in SwiftUI" session from WWDC2022.
Jun
21
WWDC
4 min read

Use SwiftUI With UIKit - WWDC22

How to bridge data between the legacy app and SwiftUI back and forth. How to embed SwiftUI into UICollectionView and UITableView with UIHostingConfiguration. Here is the summary for the "Use SwiftUI With UIKit" session from WWDC22.
Jul
27
Taking UICollectionView to SwiftUI
iOS App Development
5 min read

Taking UICollectionView to SwiftUI

Why the heck do we still need UICollectionView in SwiftUI? (Updated on 23.03.2023)
May
25
Custom Segmented Control Picker with SwiftUI
Private
3 min read

Custom Segmented Control Picker with SwiftUI

Not long ago, I needed a segmented picker, and as it usually happens, native things didn't fit designs quite well, and I had to go custom. Here is what happened next😄
Feb
21
I’ve Made a Library for Building a Declarative Layout in UIKit
Open Source
3 min read

I’ve Made a Library for Building a Declarative Layout in UIKit

Going back to UIKit after getting used to SwiftUI is painful. I've made SwiftyUIKit to solve this problem.