
Appcircle at WWDC22: Everything We Covered
This year’s WWDC was packed with announcements to all Apple users. But there were also big developer facing changes. To help you get on track with all the new stuff, we prepared a list of articles for you iOS developers. From What’s New to SwiftUI, UIKit, Swift and Xcode to deep dives into topics such as SwiftUI inside UICollectionView and UITableView, Swift Charts and Live Activities API, we got you covered.
Here are a list of links to our WWDC22 coverage:
Developing with Live Activities API in iOS 16
In #WWDC22, Apple announced so many new improvements and features from Xcode, Swift, SwiftUI and many more. There were some updates which took my attention directly on them with the power of helping users more and make their life easier than ever. One of those features is Live Activities API in iOS 16. First things first: Lock […]
Swift Charts with SwiftUI – WWDC22
At WWDC 2022, Apple unveiled Swift Charts, a library to plot graphs and charts. Until now, we were dealing with 3rd party libraries to plot data. By using SwiftUI’s declarative syntax, we can visualize any kind of data with the chart style we want. Swift Charts has a lot of flexibility and allows a wide […]
Using SwiftUI inside UICollectionView and UITableView
At WWDC22, Apple introduced UIHostingConfiguration class, which enabled using SwiftUI inside UICollectionView and UITableView. In this article we will use it with the Self-resizing also announced this year feature. Before using UIHostingConfiguration we need to know what it is actually doing in the background. The SwiftUI view we created via UIHostingConfiguration provides us a contentView […]
What’s New in UIKit at iOS 16, WWDC22
At WWDC 22, UIKit got a many improvements with iOS 16. These additions are new components, shortcuts for easier development, using SwiftUI in UIKit, self-sizing cells and more… In this article, we will talk about these features added to UIKit with iOS 16 and provide code samples for each. Let’s start exploring… UIPageControl Apple Documentation […]
What’s New in Swift 5.7, WWDC 22
Great new features await us with Swift 5.7. Some are enhancements to Swift, while others are enhancements and improvements to make it easier for us to write code. In this article, we will examine the innovations that come with Swift 5.7 with examples. Clock, Instant and Duration Swift announces the innovations it offers to make […]
What’s New in Xcode 14, WWDC22
Hello fellow iOS developers and the ones who use Xcode every single day! I prepared a recap for you about Xcode 14 updates newly announced at #WWDC22. I love practical improvements and this year there are several improvements for us which will speed up the development and quality so that I wrote this article in the […]
What is New in SwiftUI 4.0, WWDC 2022
WWDC 22 is passed so quick, isn’t it? SwiftUI is one of the most awaited subjects from developers in WWDC 22. Some of the developers are satisfied with the new features for SwiftUI, but some are not. Here are the features that will be in SwiftUI 4.0, iOS 16. Hide Home Button(Indicator) Apple’s Documentation Some […]







