InDev GeniusbySergey PetrachkovThe 4 don’ts of Swift ConcurrencyAnd how to address themDec 10, 20241092Dec 10, 20241092
InStackademicbyShobhakar TiwariWhy ‘weak' is Slower than ‘strong'?Welcome to another interesting iOS topic WEAK vs STRONG!Nov 30, 202416Nov 30, 202416
minssonSwiftUI — some View에서 some은 뭐고, 왜 필요할까?SwiftUI를 처음 공부할 때, 첫 프로젝트를 생성하자마자 조금 낯선 키워드를 볼 수 있었습니다. 바로 `some`입니다.May 21, 202311May 21, 202311
InBetter ProgrammingbyJacob BartlettSwift Enums 🤝 Design SystemsImplement design systems with progressive disclosure — utilise the Swift type system for simple, customisable SwiftUI componentsMay 23, 20237582May 23, 20237582
InKeregebyYeskendir SalgaraDocC: Swift DocumentationIn this article, you’ll learn about DocC, DocC Catalog, and creating/publishing documentation.Oct 3, 2023157Oct 3, 2023157
Uwais AlqadriWrite Swift Like Apple.I then realized that the best code convention for Swift development is to follow Apple’s own coding style.Sep 25, 20241.4K11Sep 25, 20241.4K11
Clint Jang[swfit] thread-safety 한 싱글톤 사용은?lazily initialized 하고 멀티코어를 고려한 Thread-Safe 방법Oct 17, 201830Oct 17, 201830
InBetter ProgrammingbyLuis RecuencoParsing in Swift: a DTO-based ApproachAlso, a comparison with the Codable approachFeb 3, 2023447Feb 3, 2023447
Mischa HildebrandWhat’s this “some” in SwiftUI?An Intuitive Explanation of The New Opaque Return TypeJun 8, 20191.3K8Jun 8, 20191.3K8
뿌요guard let self = self else { return } 에 대한 고찰클로저를 사용하다보면 항상 고민의 시간이 온다. [weak self]로 캡쳐한 self를 어떻게 사용할 것인가!May 14, 202217May 14, 202217
Costantino PistagnaStored properties and extensions: a pure Swift approachOne of the most common question regarding swift extensions is about stored properties. How many times have you wished a stored property…Mar 28, 201892620Mar 28, 201892620
Timi StarkProperty Wrappers in Swift iOSIf you’re using SwiftUI, then you should definitely pay attention to keywords like @ObservedObject, @EnvironmentObject, @FetchRequest and…Sep 16, 2022671Sep 16, 2022671
InAxel Springer TechbyTim Dolenkoasync/await in SwiftAll the features you need to know aboutAug 18, 202222Aug 18, 202222