본문 바로가기

index

(180)
온라인 프로토타이핑 툴 oven 앱 만들기 전 프로토타이핑 해볼 수 있는 무료 웹 https://ovenapp.io OvenApp.io Oven(오븐)은 HTML5 기반의 무료 웹/앱 프로토타이핑 툴입니다. (카카오 제공) ovenapp.io
대용량 이미지가 필요한 경우 무료로 다운로드 받을 수 있는 사이트 대용량 이미지 파일을 통한 다운로드 필요한 경우 아래 사이트를 참고해서 테스트 하면 좋을 듯 합니다 20MB ~ 50MB 정도의 이미지를 제공하고 있는 것 같습니다. https://effigis.com/en/solutions/satellite-images/satellite-image-samples/ Free High-Resolution Satellite Images Samples | Effigis Download high-resolution image satellites samples here related to your activity or industry. effigis.com
애플 공식사이트에서 제공하는 SwiftUI 강좌 https://developer.apple.com/tutorials/swiftui
맥북 내 네트워크 속도제어 프로그램(Network Link Conditioner) Additional Tools for Xcode를 통해 제공하는 네트워크 속도제어 프로그램 https://nshipster.com/network-link-conditioner/ Network Link Conditioner App developers often forget to test how their apps perform under less-than-ideal networking environments. Learn how you can use the Network Link conditioner to simulate a spotty Internet connection on your device. nshipster.com 설치 완료 하게 되면 환경설정 하단에 다음과 같은 아이콘이 생기게 되며 이를 클릭 ..
swift argument parser를 통한 CLI 앱 생성 https://github.com/apple/swift-argument-parser GitHub - apple/swift-argument-parser: Straightforward, type-safe argument parsing for Swift Straightforward, type-safe argument parsing for Swift - GitHub - apple/swift-argument-parser: Straightforward, type-safe argument parsing for Swift github.com https://ichi.pro/ko/swift-argument-parserleul-sayonghayeo-myeonglyeong-jul-dogu-bildeu-1703203279450..
GitHub CLI (Github을 커멘트라인에서도!) https://cli.github.com/manual/ Manual Take GitHub to the command line cli.github.com gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
[Swift] allSatisfy(_:) method 컬렉션의 각 원소들이 특정 조건에 만족하는지 확인하는 method swift 4.2부터 제공 https://developer.apple.com/documentation/swift/array/2994715-allsatisfy https://github.com/apple/swift-evolution/blob/master/proposals/0207-containsOnly.md ex) let names = ["Sofia", "Camilla", "Martina", "Mateo", "Nicolás"] let allHaveAtLeastFive = names.allSatisfy({ $0.count >= 5 }) // allHaveAtLeastFive == true let numbers = [1, 3, 4, 11, 34..
iOS에서 NWPathMonitor를 통한 네트워크 검색 iOS 12 이전에는 Reachability 클래스를 통하여 iOS 내에서 인터넷 상태를 체크했었습니다. https://developer.apple.com/library/archive/samplecode/Reachability/Introduction/Intro.html Reachability Reachability Last Revision:Build Requirements:iOS SDK 8.0 or laterRuntime Requirements:iOS 8.0 or later Important: This document is no longer being updated. For the latest information about Apple SDKs, visit the documentation website...

반응형