1. 골프랜드 - 종류 : 안드로이드 네이티브 앱(JAVA) - 앱 설명 : 골프장 부킹을 위한 플랫폼 - 사용자 수 : 10만 명 - 작업 내용 : 추가개발 Retrofit2를 활용하여 Resuful API를 호출하는 방식으로 게시판 기능 구현. Paging3를 활용하여 게시글 조회…
Read more »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 »