Your go-to iOS Toolbox
Apollo backend server. Contribute to christianselig/apollo-backend development by creating an account on GitHub.
WWDC 23 is here, so many things have changed and been added to the SwiftUI framework. In this post, you can find the summary of the most significant SwiftUI features available in the 5th iteration of...
Join me in an exploration of Apple's new SwiftData framework. I've ...
We’re less than a week away of WWDC 2023 and Apple continues to drop not-so-subtle hints at the impending debut...
In the past, testing push notifications on iOS simulators was quite challenging due to certain limitations. Prior to Xcode 14, receiving push notifications in a simulator was not possible and...
In the world of programming, tracking variable changes can often turn into a debugging nightmare. In Xcode, you might find yourself frequently relying on breakpoints and manually tracing the changes...
Created Liquid effect for header image and dynamic island in SwiftUI, it will be fun to explore more in SwiftUI capabilities. - pratikg29/Fluid_DynamicIsland
#iOS #swift #softwaredeveloper #iosdeveloperThank you for watchin...
WWDC is coming pretty soon, and we are going to use a bunch of new APIs. But how to use new APIs available only for the latest version of iOS? This week we will learn about availability conditions in...
Do you want to easily download the videos and Xcode projects of thi...
#iOS #swift #softwaredeveloper #iosdeveloperGet Natalia's book wi...
Learn how to define custom URL action using the openURL environment View Modifier in SwiftUI. Interesting use cases are included.
Photo Curves for iOS. Contribute to Misfits-Rebels-Outcasts/Photo-Curves development by creating an account on GitHub.
A Hacker News client built with SwiftUI. Contribute to Livinglist/Gem development by creating an account on GitHub.
An overlay is a view drawing on top of another view. And today, we will talk about two interesting use cases of using overlays in SwiftUI. One of them allows us to keep the structural identity of the...
The publication spoke to more than three dozen former Apple employees (via MacRumors) who claimed that Siri was 'widely derided' within the company as it lacked critical...
Easily and accurately profile iOS apps. Contribute to EmergeTools/ETTrace development by creating an account on GitHub.
Nowadays, many frameworks Xcode provides us contain SwiftUI views, including the PhotosUI framework. The PhotosUI framework provides the PhotosPicker button, allowing us to offer photo-picking...
Avoid the hassle of setting up UIHostingController and use UIHostingConfiguration to show a simple SwiftUI view as a subview in UIKit apps.