profile
iOS Developer
태그 목록
전체보기 (92)스텍(3)guard let(3)프로토콜(3)유닛테스트(3)플로우차트(3)unittest(2)클래스(2)딕셔너리(2)테이블뷰(2)stack(2)의존성 관리도구(2)parameter(2)if let(2)타입(2)TDD(2)테스트주도개발(2)데이터베이스(2)operation queue(2)optional(2)URLSession(2)Test Driven Development(2)UIActivityIndicatorView(2)매개변수(2)iOS File System(2)캐시(2)자료구조(2)일반화(2)컬렉션뷰(2)Keychain(2)옵셔널(2)ios View Life Cycle(2)배열(1)UIEvent(1)다운 캐스팅(1)유닛 테스트(1)heap 영역(1)클래스의상속(1)Closures(1)키체인(1)추상화(1)Capturing Values(1)CaseIterable(1)Headers and Footers to Table Sections(1)API(1)구조체(1)플로우 레이아웃(1)(1)페어프로그래밍(1)컴파일 타임(1)uml(1)런타임(1)라이브러리(1)프레임워크(1)override func viewDidLoad()(1)이벤트기반프로그래밍(1)structures(1)프로퍼티(1)Thread(1)스크럼(1)Rest & Resful Api(1)Datasource(1)UIStepper(1)URLSessionDataTask(1)weak references(1)카르타고(Carthage)(1)Closure의 캡처링(1)쿠키(1)classes(1)후행 클로저(1)if let과 guard let의 차이(1)액세서리 뷰(1)화면전환(1)Cache(1)접근제어(1)dataTask(1)date picker(1)AdvancedOperators(1)보조기억장치(1)익스텐션(1)컨테이너뷰 컨트롤러(1)마인드맵(1)(1)Race Conditions(1)ARC(1)캡슐화(1)세그먼트 콘트롤(1)addObserver(1)알고리즘(1)Segue(1)enumerated(1)내부함수 호출(1)Escaping Closures(1)이미지 비동기로 받아오기(1)의존성 주입(1)코코아팟(Cocoapods)(1)UICollectionViewFlowLayout(1)TableView xib(1)return(1)text field 비활성화 하는 방법(1)SOLID(1)atomic(1)오픈소스(1)Stack 영역(1)인스턴스 메소드(1)싱글턴(1)dictionary(1)스왑한다(1)코코아팟(1)responder chain(1)값 타입과 참조 타입(1)카르타고(1)Equatable(1)inheritance(1)break(1)iTerm(1)인스턴스(1)https(1)REST API(1)continue(1)prepareForReuse(1)downcasting(1)데이터소스(1)네비게이션컨트롤러(1)클로저(1)스위프트 패키지 매니저(1)솔리드(1)캐싱(1)Segmented Controls(1)Trailing Closures(1)OperationQueue(1)Application Programming Interface(1)Deadlock(1)foreach(1)Collection View(1)NSData(1)UICollectionViewCompositionalLayout(1)Initialization(1)제네릭(1)touchesBegan(_:with:)(1)동적 테이블뷰 셀 높이 구현(1)메서드(1)주기억장치(1)Enumerations(1)Understanding Swift Performance(1)타입캐스팅(1)리듀스(1)super.viewDidLoad()(1)비동기 프로그래밍(1)error handling(1)다운캐스팅(1)필터(1)고급연산자(1)reloadData(1)UIViewController(1)max(1)Database ORM(1)NSDate(1)Responders(1)스크롤뷰(1)은닉화(1)Result(1)특정 브랜치 pull 해오는 방법(1)github(1)단위테스트(1)상속(1)변수네이밍(1)readline(1)lazy var(1)coredata(1)sorted(1)Generics(1)스위프트 패키지 매니저(SPM: Swift Package Manager)(1)변수 값을 동적으로 바꿔주는 법(1)NSCache(1)Database(1)|| 초기화(1)이스케이핑 클로저(1)performSegue(withIdentifier:sender:)(1)Notification Center(1)Subscripts(1)delegate(1)이미지비동기처리(1)운영체제(1)access control(1)Singleton(1)Collection Types(1)클로져(1)서브스크립트(1)isPrefetchingEnabled(1)guard(1)컴퓨터과학기초(1)Protocols(1)flowchart(1)터미널(1)git(1)스레드(1)열거형(1)델리게이트(1)addSubview(1)segmentedControl.selectedSegmentIndex(1)migration(1)Drag and Drop in Table Views(1)strikethrough(1)dispatch queue(1)Type Casting(1)

210702 Fri

Instance MethodperformSegue(withIdentifier:sender:)Initiates the segue with the specified identifier from the current view controller's storyboard fil

2021년 7월 4일
·
0개의 댓글
·

210701 Thu

Q. 메모리에서 지역 변수와 매개변수가 저장되는 영역은? Stack 영역Heap 영역에 저장되는 것들? Reference semantics는 stack에는 reference인 주소값을 할당하고, 실질적인 데이터는 heap에 할당합니다. 대표적으로 class가 있으며 f

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210629 Tue

today by 1pmiPad 가로모드 전용 앱입니다각 셀에는 제목 / 설명 / 기한이 표시됩니다 제목은 한 줄이며, 길면 잘라서 마지막 부분을 ...로 표시합니다 설명이 세 줄 이상이면 세 줄 까지만 표시합니다 설명이 세 줄 이하라면, 설명글의 높이에 맞게 셀의 높이

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210628 Mon

이 3개 빼고 나머지 읽기Scheduling a Notification Locally from Your AppHandling Notifications and Notification-Related ActionsUndoManager Supporting Drag and Dr

2021년 7월 4일
·
0개의 댓글
·

210625 Fri

Swift provides two ways to resolve strong reference cycles when you work with properties of class type: weak references and unowned references.Weak an

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210624 Thu

Closure의 캡처링과 weak self 캡처링ARC랑 캡처리스트는 Swift.org를 참고공식 문서 지난번에도 봤지만 ^.ㅠ한번 읽고 뙇!!! 이해하면 천재지.... 🤔A closure can capture constants and variables from th

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210623 Wed

A race condition occurs when two threads access a shared variable at the same time.The first thread reads the variable, and the second thread reads th

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210618 Fri

잔여 수량 0인거 품절 표시하기 할인가격 있는 상품 빨간색 글씨색 적용 + 중간 줄 그어주기 (키워드: strikethrough) 가격 3자리씩 끊어주기 (numberFormatter)Instance Methodstrikethrough(\_:color:)Applies

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210617 Thu

컬렉션뷰 UI 다시 바로 잡기 ^.ㅠ (스택뷰 적용?!) 컬렉션뷰에도 데이타 불러오는거 마저 코드 적용하기 (커밋 해두기) 처음 목록을 로드할 때, 사용자에게 빈 화면만 보여주는 대신, 로드 중임 보여주기 ⭐️→ indicator 객체 띄워주면 된다고 함 !!! by

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210616 Wed

switch 구문에서세그먼트 첫번째 케이스 0, 1로 나눠주고 싶은데그럼 switch에 뭐가 들어가야 될까? 고민했는데답은 segmentedControl.selectedSegmentIndex였다...!코드Swift - Segmented control - Switch m

2021년 7월 4일
·
0개의 댓글
·

210615 Tue

Why/when do we have to call super.ViewDidLoad?명확히 이해는 안됨override 할 때 super 꼭 호출해야 하나요??? - 야곰닷넷super.viewDidLoad가 선택일 때와필수일 때가 나눠지는데그냥 내 짐작(?)으로는그걸 매번

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210614 Mon

ClassUICollectionViewCompositionalLayoutA layout object that lets you combine items in highly adaptive and flexible visual arrangements.\[iOS UICollec

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210613 Sun

스위프트 성능 이해하기 - 유용하성능을 위해 고려할 것들 by 코드 스쿼드Understanding Swift Performance - WWDC 2016 - Videos - Apple DeveloperSwift ) (1) Understanding Swift Perform

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210611 Fri

홀... 처음으로 테이블 뷰 cell에다 일일히 안그리고xib 사용해봤다 +\_+상어 블로그 보고 이해못해서 ^.ㅠ 끙Zedd 블로그 보고 따라했는데 됐다 👏iOS :: TableView xib로 구현하기iOS ) 왕초보를 위한 xib 사용법무서운 망각의 동물...

2021년 7월 4일
·
0개의 댓글
·

210610 Thu

SandBoxBundle ContainerData ContainerDocumentsInboxLibraryApplication SupportCachesTempiCloud ContaineriOS File System에서 각 영역의 특성은 무엇이 있는지 살펴보고, 다음의 데

2021년 7월 4일
·
0개의 댓글
·
post-thumbnail

210609 Wed

A file system handles the persistent storage of data files, apps, and the files associated with the operating system itself. Therefore, the file syste

2021년 7월 4일
·
0개의 댓글
·

210608 Tue

1. 첫 번째 학습 내용: 싱글턴 (Singleton) > A singleton class returns the same instance no matter how many times an application requests it. A typical class per

2021년 7월 3일
·
0개의 댓글
·
post-thumbnail

210607 Mon

Using Responders and the Responder Chain to Handle EventsLearn how to handle events that propagate through your app.Apps receive and handle events usi

2021년 7월 3일
·
0개의 댓글
·

210604 Fri

A lazy stored property is a property whose initial value isn’t calculated until the first time it’s used.Lazy properties are useful when the initial v

2021년 7월 3일
·
0개의 댓글
·

210603 Thu

iOS 환경에서 활용할 수 있는 의존성 관리도구의 종류에는 무엇무엇이 있을까?각각의 의존성 관리도구의 장단점도 알아봅시다의존성 관리도구와 Git을 함께 사용할 때 주의할 점은?활동학습 내용애플리케이션 기능을 개발하기 위해 외부 라이브러리를 사용할 때 프로젝트와 해당 라

2021년 7월 3일
·
0개의 댓글
·