In Swift, both classes and structs are used to define custom data types, but they have different characteristics…
delegate 패턴은 대표적으로 Retain cycle을 발생시키는 예다. 그동안 무의식적으로 delegate에 ARC의 weak를 붙이며 순환참조를 해결해왔는데, 한번 간단하게 정리해보고 가려고 한다. 👹
final class HomeViewController: BaseViewController {private let homeView = HomeView() override…
As the crucial underlying infrastructure of a public chain ecosystem, the…
Generics in Swift: Simplifying Code with Power and Flexibility
In today’s fast-paced digital landscape, creating an app that stands out and keeps users…
In an effort to keep things tidy and well tested, we must frequently pause as we go to reflect on the code we have written.
If you find yourself writing model code inline with your view logic, that’s acceptable for a short period. However, once you have a clear idea of…
Hello World, my name’s Kevin Issac, an indie developer hailing from Kerala, India. I’m thrilled to announce…
SwiftUI Custom Modifiers, Kotlin Interview Questions, When to use RN over Native…
Kotlin Multiplatform Mobile (KMM) has much to offer mobile app developers. The SDK allows you to…