SwiftUI now support for Mesh Gradients.
Apple Event October 2023 – A Recap of the Biggest Announcements
Apple’s 30 October 2023 ‘Scary Fast’ Event: New MacBook Pro and iMac Products with new M3 chip.
What’s new for developers today with iOS?
iOS 17 just out now!
Xcode 15 is out now with iOS 17, iPadOS 17, tvOS 17, watchOS 10, and macOS Sonoma SDKs.
That’s it for now!
Conclusion
Let me know if you have any questions, comments, or feedback – via X (Twitter).
Enjoy. Happy Coding 🙂
Apple Introducing new iPhone and new Apple Watch
On 12th September 2023 at apple event there are new devices introduced. I am writing just a brief overview of it.
iPhone 15 Pro (Titanium Design)
How to create Onboarding View with PageControl in SwiftUI?
SwiftUI came with very easy implementations in many type of areas in development. We can create onboarding view easily in few minutes far better than storyboard and UICollectionView.
So, I have created sample code for this.
Let’s Code!
What’s new in Xcode 15?
Xcode 15 currently in beta. Apple released 2nd beta on June 21, 2023. There are many new features came up.
Here I am listing the main features.
Exploring the Power of Swift 5.8: How To Enable Upcoming Features?
Starting from Swift 5.8 you can adopt upcoming Swift features using a new compiler flag and compilation condition.
Let see how you can use it in your projects.
How to pass Data between Views in SwiftUI using a property?
I will demonstrate today how to pass data between views in the SwiftUI by using property.