Pamela Salonpamsalon.hashnode.dev·Oct 23, 2024Mastering iOS and Android App DevelopmentMobile devices have been incredibly popular for the last few years due to their practicality and usability in any if not most, day-to-day work. Exploding Topics revealed that over the last five years, the number of smartphone users worldwide increase...Discussmobile app development
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·79 readsRxSwift
Alperen Sarışanalperensarisan.dev·Mar 18, 2024Overcoming Frustration in Coding: Strategies for SuccessCoding is a rewarding journey filled with challenges, triumphs, and moments of inspiration. However, it's also inevitable that you'll encounter frustration along the way. Whether you're grappling with a tricky bug, struggling to understand a complex ...DiscussTips and Tricksovercoming challenges
Gizem Türkergizemturker.hashnode.dev·Feb 27, 2024Lock Down Your App with HTTPS and Certificate Pinning: A Swift Security MasterclassAs iOS developers, we’re not just creators; we’re guardians. Our apps often handle sensitive user data — everything from personal information to financial transactions. This puts a significant onus on us to ensure that our apps are as secure as a dig...Discuss·11 likes·82 readsSecurity
Deftsoftdeftsoft.hashnode.dev·Dec 1, 2023A Comprehensive Guide to UI/UX Best PracticesHave you ever wondered what makes some iOS apps seamlessly intuitive and visually captivating, while others leave users fumbling through a maze of confusion? Welcome to the dynamic world of iOS app design and User Interface/User Experience (UI/UX) – ...Discuss·1 likeiOS development
Alain TAIalimprodev.hashnode.dev·Aug 29, 2023Swift drag & stay animation in 3 min (beginner friendly)https://twitter.com/DevTaiAlain/status/1683162771871899651 Where to start? Skip the formalities, and let's dive right in! 🚀 While I'd genuinely love to get to know you better, today's agenda is all about shaping magic. For our spotlight? A sleek r...Discuss·1 like·302 readsSwiftUI
Hussein Tijanidtechbroindoor.hashnode.dev·Aug 17, 2023Mastering Closures in Swift: A Comprehensive GuideClosures are self-enclosing functionality that can be passed around in our code, either as constants or arguments to functions. Similar to Python’s lambdas, closures are powerful tools that enhance code organization and readability. In this guide, we...Discuss·12 likesios app development
Makwan Barzanblog.makwanbk.com·May 17, 2023Meet An Upcoming Swift Access Modifier: packageComing in Swift 5.9, package will be a new access modifier in the language. The Swift team at Apple approved the Swift Evaluation proposal SE-0386 which includes adding a new access modifier called package to allow symbols from being accessed inside ...Discuss·1 like·2.3K readsSwift
Makwan Barzanblog.makwanbk.com·May 13, 2023The reason why you should keep maintaining Jailbreak detection in your iOS appsAs an iOS engineer working on banking apps, security is always my first consideration. One leak and the project's security will be at risk. iOS developers use Jailbreak detection as a standard technique to prevent that case from happening. However, i...Discuss·1 like·527 readsiOS
Makwan Barzanblog.makwanbk.com·May 1, 2023Things I'm Glad I Learned During My iOS Development JourneyLife is full of excitement and surprises, so does whatever journey you're in. During my iOS development journey, I have learned so much exciting stuff that I am always glad to get to know them. So, I would like to share them with you. It doesn't matt...Discuss·22 likes·983 readsSwift