Realm ios sdk concurrency with Swift I use Realm sdk when developing ios project. I have problem about Realm sdk concurrency. So, I recommend how to make code…
Read more »SwiftUI TextField is locked when user enters data When I develop ios app, I have a problem. TextField is locked when user enters data. The solution is: TextFie…
Read more »Difference between @StateObject and @ObservedObject on SwiftUI Both @StateObject and @ObservedObject are SwiftUI property wrappers used to manage state for re…
Read more »How to show LaunchScreen in SwiftUI 1. Create LaunchScreen file 2. Design your LaunchScreen using storyboard 3. Set your LaunchScreen File on Targets - Your P…
Read more »How to use protocol in Swift Protocols are a fundamental concept in Swift, playing a crucial role in Swift's "Protocol-Oriented Programming" par…
Read more »