Instance MethodperformSegue(withIdentifier:sender:)Initiates the segue with the specified identifier from the current view controller's storyboard fil
Q. 메모리에서 지역 변수와 매개변수가 저장되는 영역은? Stack 영역Heap 영역에 저장되는 것들? Reference semantics는 stack에는 reference인 주소값을 할당하고, 실질적인 데이터는 heap에 할당합니다. 대표적으로 class가 있으며 f
today by 1pmiPad 가로모드 전용 앱입니다각 셀에는 제목 / 설명 / 기한이 표시됩니다 제목은 한 줄이며, 길면 잘라서 마지막 부분을 ...로 표시합니다 설명이 세 줄 이상이면 세 줄 까지만 표시합니다 설명이 세 줄 이하라면, 설명글의 높이에 맞게 셀의 높이
이 3개 빼고 나머지 읽기Scheduling a Notification Locally from Your AppHandling Notifications and Notification-Related ActionsUndoManager Supporting Drag and Dr
Swift provides two ways to resolve strong reference cycles when you work with properties of class type: weak references and unowned references.Weak an
Closure의 캡처링과 weak self 캡처링ARC랑 캡처리스트는 Swift.org를 참고공식 문서 지난번에도 봤지만 ^.ㅠ한번 읽고 뙇!!! 이해하면 천재지.... 🤔A closure can capture constants and variables from th
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
잔여 수량 0인거 품절 표시하기 할인가격 있는 상품 빨간색 글씨색 적용 + 중간 줄 그어주기 (키워드: strikethrough) 가격 3자리씩 끊어주기 (numberFormatter)Instance Methodstrikethrough(\_:color:)Applies
컬렉션뷰 UI 다시 바로 잡기 ^.ㅠ (스택뷰 적용?!) 컬렉션뷰에도 데이타 불러오는거 마저 코드 적용하기 (커밋 해두기) 처음 목록을 로드할 때, 사용자에게 빈 화면만 보여주는 대신, 로드 중임 보여주기 ⭐️→ indicator 객체 띄워주면 된다고 함 !!! by
switch 구문에서세그먼트 첫번째 케이스 0, 1로 나눠주고 싶은데그럼 switch에 뭐가 들어가야 될까? 고민했는데답은 segmentedControl.selectedSegmentIndex였다...!코드Swift - Segmented control - Switch m
Why/when do we have to call super.ViewDidLoad?명확히 이해는 안됨override 할 때 super 꼭 호출해야 하나요??? - 야곰닷넷super.viewDidLoad가 선택일 때와필수일 때가 나눠지는데그냥 내 짐작(?)으로는그걸 매번
ClassUICollectionViewCompositionalLayoutA layout object that lets you combine items in highly adaptive and flexible visual arrangements.\[iOS UICollec
스위프트 성능 이해하기 - 유용하성능을 위해 고려할 것들 by 코드 스쿼드Understanding Swift Performance - WWDC 2016 - Videos - Apple DeveloperSwift ) (1) Understanding Swift Perform
홀... 처음으로 테이블 뷰 cell에다 일일히 안그리고xib 사용해봤다 +\_+상어 블로그 보고 이해못해서 ^.ㅠ 끙Zedd 블로그 보고 따라했는데 됐다 👏iOS :: TableView xib로 구현하기iOS ) 왕초보를 위한 xib 사용법무서운 망각의 동물...
SandBoxBundle ContainerData ContainerDocumentsInboxLibraryApplication SupportCachesTempiCloud ContaineriOS File System에서 각 영역의 특성은 무엇이 있는지 살펴보고, 다음의 데
A file system handles the persistent storage of data files, apps, and the files associated with the operating system itself. Therefore, the file syste
1. 첫 번째 학습 내용: 싱글턴 (Singleton) > A singleton class returns the same instance no matter how many times an application requests it. A typical class per
Using Responders and the Responder Chain to Handle EventsLearn how to handle events that propagate through your app.Apps receive and handle events usi
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
iOS 환경에서 활용할 수 있는 의존성 관리도구의 종류에는 무엇무엇이 있을까?각각의 의존성 관리도구의 장단점도 알아봅시다의존성 관리도구와 Git을 함께 사용할 때 주의할 점은?활동학습 내용애플리케이션 기능을 개발하기 위해 외부 라이브러리를 사용할 때 프로젝트와 해당 라