varun pullurvarunpullur.hashnode.dev·Sep 5, 2024Mastering RxSwift: A Comprehensive ManualReactive Programming is programming with asynchronous data streams. It enables building apps in a declarative way. Everything in RxSwift is an observable sequence or something that subscribes to the events emitted by those observable sequences. O...Discuss·4 likes·52 readsRxSwift
Sravan Goudtsra0ne.hashnode.dev·Aug 3, 2024Integrating SwiftUI into UIKitIn this section, we will demonstrate how to integrate SwiftUI views into UIKit using UIHostingController and adding SwiftUI views directly to UIKit components. Using UIHostingController UIHostingController is a UIViewController subclass that can host...DiscussSwift
Norhan BoghdadiforKlivvrblog.klivvr.com·Jul 15, 2024Migrating from UIKit to SwiftUIHow It All Started The spark for our migration journey ignited when we set out to revamp our application with a stunning new design. We aimed to not only refresh the user experience but also embrace the latest advancements in iOS development. It was ...Discuss·1 like·207 readsDevelopmentUIkit
Swift Insightsblog.ganukeperera.com·Jun 7, 2024Exploring the New UIContentUnavailableView by AppleWelcome to my tech blog! Today, I'll introduce you to a recently introduced feature by Apple: the UIContentUnavailableView. This built-in view is designed to display when your app's content is unavailable. There are two common scenarios where this ca...Discuss·1 likeSwift
Ashmit JaiSarita Guptaengineeringwithashmit.hashnode.dev·Jun 1, 2024Integrating Storybook and Chromatic to AsyncAPI WebsiteThe AsyncAPI website is built using Next.js v14 and TypeScript. Next.js, a powerful framework that leverages React's capabilities, allows us to create feature-rich web applications. In this blog post, I will delve into setting up Storybook v8, a fron...Discuss·11 likes·54 readsGSoC'24chromatic
Jeremy Galedev.jeremygale.com·May 15, 2024Avoid These Common Errors When Switching from UIKit to SwiftUII truly believe that I am 10x more productive with SwiftUI than with UIKit. However, there is no denying that SwiftUI has a steep learning curve. In fact, UIKit programmers might be at a disadvantage to newcomers because they know certain ways to mak...Peter Clarke and 1 other are discussing this2 people are discussing thisDiscuss·4 likes·3.1K readsSwift
Ashmit JaiSarita Guptaengineeringwithashmit.hashnode.dev·May 6, 2024AsyncAPI Website UI Kit DevelopmentThis summer I will be working as a Google Summer of Code mentee at the AsyncAPI Initiative to develop a UI Kit for the AsyncAPI Website using Storybook v8 in Next.js v14 and Typescript under the mentorship of Akshat Nema, Elegbede Azeez, and Aishat M...Discuss·11 likes·138 readsGSoC'24AsyncApi
Josephjosephbouhanef.hashnode.dev·May 1, 2024How to Improve Swift Collection Checks with the 'isNotEmpty' ExtensionIn Swift, making sure your collections (like arrays, dictionaries, and strings) aren't empty is a fairly common task. While isEmpty already exists, sometimes the logic could be clearer, especially when we use it multiple times in the code base. Typic...DiscussSwift
Vitaly Batrakovvbat.dev·Mar 30, 2024Adapting UIHostingController to changes in SwiftUI View sizeHey iOS folks! If you're using both UIKit and SwiftUI in your iOS project, you'll need to use UIHostingController as bridge between the two frameworks. UIHostingController - is a UIKit view controller that manages a SwiftUI view hierarchy. It's inten...Discuss·2.2K readsiOS
Divyani Thotadivyanithota.hashnode.dev·Feb 22, 2024iOS FrameworksHave you explored just a handful — perhaps 5 or 10 — of these frameworks, realizing that countless others remain to be discovered? Here’s a list of frameworks to delve into, expanding your knowledge and empowering you to create innovative apps. Foun...DiscussiOS Frameworks