Published inBoundless ProgrammingSwift Clean Code Practice — Dependency InjectionApplying DI is a very practical approach to writing clean code — this is not new, but still a game changer. You will regret not knowing…Aug 22Aug 22
Published inBoundless ProgrammingWrite clean Swift code with Property WrappersProperty wrappers are changing the way we write properties, making them safer and cleaner with less effort. You’ll regret not knowing this.Aug 21Aug 21
Published inBoundless ProgrammingWhy doesn’t the view refresh with nested ObservableObjectIn SwiftUI, it’s common practice to use nested ObservableObjects. However, to ensure the code runs correctly, don’t skip this important…Jan 6A response icon1Jan 6A response icon1
Published inBoundless ProgrammingSeamless Device Location Monitoring in iOS (Part 1)We will learn how to seamlessly monitor device location using the available tools from CoreLocation.Jan 4Jan 4
Published inBoundless ProgrammingCustomized Video Player in SwiftUI (Part 1)Learn more about how to implement a customized video player with AVPlayer in SwiftUI.Jan 3Jan 3
Class and mixin in Dart programming languageDart programming language has the most sophisticated class system. Therefore it offers a rich combination of capabilities on how We can use…Jul 6, 2024Jul 6, 2024
Remote debugging in Xcode, unveil hidden possibilities and beyond.Since remote debugging feature was introduced in Xcode 9.x, it gives us an option to debug an iOS app wirelessly. But have you known it…Mar 6, 2024Mar 6, 2024
Pick up Dart in 10 minutes for Swift guysThis article is reserved for the Swift developers specifically who are interested in learning Dart language and Flutter.Feb 29, 2024Feb 29, 2024
Published inBoundless ProgrammingCross compile Swift code for Raspberry PiCompiling Swift source file for Raspberry Pi machine can be done on MAC several times faster by a custom Swift cross-compiler.Jan 9, 2024Jan 9, 2024
Published inBoundless ProgrammingHandcraft an Object in SwiftWhat is a class pointer? and what is isa pointer? class and isa pointer are something like DNA. DNA tells origin, parents, ancestor, and soDec 17, 2023Dec 17, 2023