본문 바로가기

azhy의 iOS 이야기

검색하기
azhy의 iOS 이야기
프로필사진 azhy

  • 분류 전체보기 (68)
    • iOS (37)
    • Swift (15)
    • SwiftUI (0)
    • Library (3)
    • Flutter (4)
    • Git (1)
    • etc (8)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
Tags
  • Sendbird
  • app intents
  • UIDatePicker
  • Apple Developer Academy
  • watchkit
  • UITableView
  • Swift
  • SwiftUI
  • Tuist
  • task.yield()
  • fcm
  • swift concurrency
  • Coding Test
  • tabman
  • WWDC22
  • UIStackView
  • ios
  • Firebase
  • github
  • spring
  • coreml
  • Project
  • Delegate Pattern
  • backend
  • createml
  • Complication
  • 코테
  • cloud functions
  • widgetkit
  • Flutter
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록코테 (1)

azhy의 iOS 이야기

[iOS] swift 알고리즘, 코딩테스트에 필요한 tip 정리

2022년 5월 6일에 작성됨 기본 입력받기// return Stringvar input = readLine()!// return Intvar input = Int(readLine()!)!"1 2 3 4 5"와 같은 공백 있는 숫자 입력받기// split - return: [SubString] var nums = readLine()!.split(separator: " ").map {Int($0)!} // components - return: [String] -> import Foundation 필수var nums = readLine()!.components(separatedBy: " ").map {Int($0)!}// FileIO, 입력받으면서 리스트에 바로 추가하기array.append((file.re..

iOS 2024. 11. 8. 08:56
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바