일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 코딩트리조별과제
- 애플디벨로퍼아카데미
- SWiFT
- POSTECH
- Playground #Swift
- 1935
- 백준
- AppleDeveloperAcademy
- 코드트리
- 코딩테스트
- HumanInterfaceGuideline
- Apple
- HumanInterfaceGuidelines
- Xcode
- Algorithm
- HIG
- Today
- Total
목록전체 글 (23)
WonniOS
문제https://www.codetree.ai/missions/2/problems/cross-shape-bomb/description 코드트리 | 코딩테스트 준비를 위한 알고리즘 정석국가대표가 만든 코딩 공부의 가이드북 코딩 왕초보부터 꿈의 직장 코테 합격까지, 국가대표가 엄선한 커리큘럼으로 준비해보세요.www.codetree.ai 제출 코드n = int(input())arr = [list(map(int, input().split())) for _ in range(n)]r,c = map(int, input().split())r -= 1c -= 1temp = []# 폭탄의 크기count = arr[r][c] - 1# 십자 모양으로 폭탄 터트리기for i in range(max(0, r-count), mi..

공식 문서 링크 https://developer.apple.com/design/human-interface-guidelines/color Color | Apple Developer Documentation Judicious use of color can enhance communication, evoke your brand, provide visual continuity, communicate status and feedback, and help people understand information. developer.apple.com 색 (Color) 색상을 적절하게 사용하면 사용자와의 커뮤니케이션을 향상시키고, 브랜드를 부각시키며 시각적 연속성을 제공하고 상태 및 피드백을 전달하는 것과 같이 사람들이..

공식 문서 링크 https://developer.apple.com/design/human-interface-guidelines/app-icons App icons | Apple Developer Documentation A unique, memorable icon communicates the purpose and personality of your experience and can help people recognize your app or game at a glance in the App Store and on their devices. developer.apple.com 앱 아이콘 (App Icon) 독특하고 기억하기 쉬운 아이콘은 앱의 목적과 성격을 전달하고 사람들이 App Store와 기기에서 ..

공식 홈페이지 링크 https://developer.apple.com/design/human-interface-guidelines/designing-for-watchos Designing for watchOS | Apple Developer Documentation When people glance at their Apple Watch, they know they can access essential information and perform simple, timely tasks whether they’re stationary or in motion. developer.apple.com watchOS를 위한 디자인 사람들이 자신의 Apple Watch를 힐끗 쳐다보면 그들이 정지 상태던 이동 중이던 중요..

공식 홈페이지 링크 https://developer.apple.com/design/human-interface-guidelines/designing-for-ios Designing for iOS | Apple Developer Documentation People depend on their iPhone to help them stay connected, play games, view media, accomplish tasks, and track personal data in any location and while on the go. developer.apple.com iOS를 위한 설계 사람들은 iPhone을 사용하여 어디서든 이동 중에도 연결 상태를 유지하고, 게임을 하고, 미디어를 보고, 작업을 ..
WWDC가 끝나고 간만에 푼 문제.. 막힘 없이 풀긴 풀었는데 시간과 메모리를 너무 잡아먹은 좋지 않은 풀이였다.. 문제 링크 https://www.acmicpc.net/problem/11656 11656번: 접미사 배열 첫째 줄에 문자열 S가 주어진다. S는 알파벳 소문자로만 이루어져 있고, 길이는 1,000보다 작거나 같다. www.acmicpc.net 풀이 본문내용넣기 풀이 우선 접미사를 뽑아내기 위해서 prefix() 메소드를 사용했다. prefix(maxLength: Int) 메소드는 Array의 인스턴스 메소드이지만 리턴타입은 ArraySlice이다. 그래서 나는 joined처리를 해주어서 string으로 바꿔주었고, reversed()를 하지 않으면 예시인 baekjoon에서 접미사가 b, ..

합격 메일을 받았을 때가 진짜 엊그제 같은데, 벌써 포스텍에 온지 1달이 지났다. 늦어도 한~참 늦은 합격 수기이지만 이번 3기는 특별하게 4월부터 뽑는다기에, 나도 1기 분들의 합격 수기를 보고 많은 도움을 받았던 것처럼 3기를 희망하시는 분들에게 내 합격수기가 도움이 될까 싶어 부랴부랴 써본다. 1. Apple Developer Academy에 지원한 이유 iOS 개발자로 밥 벌어먹고 살아야지라는 결심은 작년 중반부터 했던 것 같다. 원래는 안드로이드 앱만 해왔다가, 호기심으로 한번 SOPT 동아리에 들어가서 배웠던 iOS가 정말 재밌었다. 그런데 학업과 동아리를 병행하기엔 시간도 없었고, 힘에 부쳤다. 그래서 나는 iOS만 미친듯이 깊게 공부해보고 싶어서 3학년이 끝나고 1년 휴학을 과감히 결심했고..