YYChan's DB
  • Home
  • About
Sign in Subscribe

iOS First Class

이유찬(Chan YiYu)

02 9월 2025 • 1 min read
Documentation
Swift.org

original

The Swift Programming Language (한국어) | Swift
Swift

korean

iOS 11th Class

* 네트워크 통신 (URLSession, URLRequest): * 로컬 파일 접근 * 미디어 재생 (AVPlayer, AVAsset) * 웹 페이지 로딩 (WKWebView) * if let appleWebsite = URL(string: "https://www.apple.com") { UIApplication.shared.open(appleWebsite) } * if let url = URL(string: "tel://123-4567") { UIApplication.shared.open(url) } * if let google = URL(string: "comgooglemaps:
25 11월 2025 2 min read

iOS 10th Class

lblResult.clipsToBounds = true lblResult.layer.cornerRadius = 20 1. view 선택 2. Editor -> embed in -> tab bar identity inspecter에서 생성한 스위프트 파일의 클래스를 상속받도록 할것. if let을 사용하는 방식 guard let 방식 deprecated 사용 금지
18 11월 2025 2 min read

iOS 9th Class

🩺 프로젝트 계획서 – MyBMI (스토리보드 기반) 1️⃣ 프로젝트 개요 * 앱 이름: MyBMI – 나의 건강 지수 * 개발 환경: * Xcode 최신 버전 (예: Xcode 16 기준) * iOS 17 이상 지원 * UIKit + Storyboard 기반 * Swift 언어 사용 * 목표: 스토리보드를 이용해 UI를 직관적으로 구성하고, 간단한 BMI 계산과 체중 추적 기능을 제공하는 초보자 친화형 iOS 앱
11 11월 2025 5 min read
YYChan's DB © 2025
Powered by Ghost