InPinterest Engineering BlogbyPinterest EngineeringA one year PWA retrospectiveZack Argyle | Engineering manager, Core ExperienceJul 20, 201827Jul 20, 201827
iamsandytwixBest Navigation for SwiftUILet’s skip over the well-known navigation issues in SwiftUI before iOS 16 since there are plenty of great articles on that already. With…Oct 29, 20247Oct 29, 20247
Yash8 Swift Performance Tips I Learned After Years of ProgrammingHey Everyone!! I wanted to share these Swift Performance tips, that i feel that everyone should be aware of, since it took a lot of effort…Dec 5, 202410Dec 5, 202410
InLevel Up CodingbyRaúl FerrerDesign Patterns in Swift 6: Mastering Singleton Alternatives with Practical InsightsSwift 6 offers better alternatives to the Singleton pattern for cleaner, more modular codeDec 23, 202413Dec 23, 202413
InStackademicbyThomas RicouardTop 5 AI Tools for iOS DevelopersTo improve your workflow speed & efficiencyNov 8, 20249Nov 8, 20249
Andrés Cecilia LuqueStatic VS dynamic frameworks in Swift: an in-depth analysisThere has been quiet some discussion lately in the Swift community about the benefits of using static instead of dynamic frameworks (see 1…May 26, 20194May 26, 20194
Alexandros SmponiasImprove your Xcode (Swift) Compile TimeNobody likes slow Xcode compile time. It’s so annoying! But there are ways to fix it 😏Sep 7, 20194Sep 7, 20194
InDev GeniusbyMaximiliano ContieriCode Smell 62 — Flag VariablesFlags indicate what happened. Unless their name is too generic.Feb 8, 20211Feb 8, 20211
InBlibli.com Tech BlogbyJimmy HarijantoGracefully handle retry requests using AlamofireWe tried implement the Semaphore, Barrier Block, and any other GrandCentralDispatch mechanism but still no luck to the issues. Until weNov 20, 20203Nov 20, 20203
Bruno LorenzoChanging your iOS App Icon programmaticallyImproving user experience will always help to retain users.Dec 26, 20231Dec 26, 20231
Bruno Lorenzo10 quick tips to increase your iOS code qualityPractical Strategies for Elevating Your iOS Code QualityJun 26, 20238Jun 26, 20238
Bruno Lorenzo10 tips to increase your iOS code quality (pt. 2)Boost your Swift programming expertise and optimize your iOS app codeOct 31, 20234Oct 31, 20234
Ramdhas.task() vs .onAppear()In SwiftUI, .task() and .onAppear() are both view modifiers used to perform actions when a view appears on the screen, but ….Sep 22, 20234Sep 22, 20234
Moin ul HassanRead variables from .env file to .xcconfig files for different schemes in XcodeAs iOS developers, most of us are aware of the configuration files(.xcconfig) that Xcode provide us. We use these files for multiple…Apr 1, 20214Apr 1, 20214
InDev GeniusbyComputer Science DiariesMastering SwiftUI’s Data Flow: A Comprehensive Guide to @State, @Binding, and @EnvironmentObjectWelcome to this comprehensive guide to understanding and mastering SwiftUI’s data flow, specifically focusing on the key concepts of…Apr 22, 2023Apr 22, 2023
InWoloxbyJuan F. CaraccioloIOS Deep linking: URL Scheme vs Universal LinksEverything is connected nowadays. In a world where we share links as often as we do today, your app cannot be out of the loop. Deep linking…Jul 13, 201818Jul 13, 201818
Diego CastroRead this before learning Server Side Swift. — By .fatalError()Broadly speaking, along the path of every IOS developer comes the time to decide if they want to focus on FrontEnd or BackEnd developmentApr 5, 2022Apr 5, 2022
InDevTechiebyDevTechieWidgets in SwiftUI 4 & iOS 16 — Part 17Apple introduced Live Activity with the launch of new framework called ActivityKit. We will be using Xcode version 14.1Feb 4, 20231Feb 4, 20231
InMobile App Circularbyfatbobman ( 东坡肘子)How to Avoid Repeating SwiftUI View UpdatesThis document will guide you in optimizing view calculations in SwiftUI. The methods include optimizing construction parameters, breaking…Apr 13, 20234Apr 13, 20234