SwiftUI를 실무에서 적용하려고 했을 때, 쉽지 않았던 기억이 있다. 간단한 화면을 만드는 것에는 용이했으나 기존에 UIKit에서 사용하던 기능들을 SwiftUI에서는 지원하지 않았기 때문이다. 원하는 스크롤 위치에서 특정 Action을 넣는 등 서비스 레벨에서 필
Internal error: missingPackageDescriptionModule
Please delete apps signed with your free account from this device to remain under the limit.메세지가 뜨면서 빌드가 안되는 경고디바이스 내에 기존에 빌드했던 어플을 지워주면 된다.삭제 후 바로는 안
올해 후반에 모든 Apple 운영체제에 소프트웨어 업데이트가 적용되고 나면 신체적 장애가 있는 사람은 AssistiveTouch 기능을 통해 Apple Watch를 탐색할 수 있게 되며, iPad는 더욱 편리한 컨트롤을 위한 서드파티 안구 추적 하드웨어를 지원하게 된다
Find the earliest time when a frog can jump to the other side of a river.Programming language: Swift 4A small frog wants to get to the other side of a
문제 A small frog wants to get to the other side of the road. The frog is currently located at position X and wants to get to a position greater than or
객체지향으로 향하는 첫걸음은 클래스가 아니라 객체를 바라보는 것에서부터 시작합니다. 객체지향으로 향하는 두 번째 걸음은 객체를 독립적인 존재가 아니라 기능을 구현하기 위해 협력하는 공동체의 존재로 바라보는 것입니다. 세 번째 걸음을 내디딜 수 있는지 여부는 협력에 참여
LocalizedNumberFormatter 사용 예제
NumberFormatter의 제약사항과 보완점 고려해서 LocalizedNumberFomatter 구현하기 !
Test Code를 Build하는데, Unable to install 에러가 났다. (갑자기..?)
숫자 텍스트의 조건 NumberFormatter의 제약사항 이에 대한 보완점
NumberString을 NSNumber 혹은 LocalizedString으로 변환하는 방법