일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- github
- Branch
- Xcode
- commit
- GitLab
- npm
- JavaScript
- shortcut
- Docker
- rn
- nextJS
- HTML
- xtring.log
- npm install
- vscode
- ES6
- DevOps
- Android
- ios
- git
- styled-components
- js
- styling
- ReactNative
- Swift
- REACT
- viewcontroller
- react-native
- currying
- React Native
- Today
- Total
목록viewcontroller (2)
xtring.dev
작성중... zeddios.tistory.com/43 iOS ) View Controller의 생명주기(Life-Cycle) 안녕하세요! 오늘은 View Controller생명 주기에 대해 알아보겠습니다. iOS를 시작하려고 하거나, 배우고 있는 분들이라면 반드시 알아야 해요. 하나하나 제대로 알아봅시다 ㅎㅎ View Controller의 생명 zeddios.tistory.com medium.com/@eido9oya/ios-viewcontroller-%EC%83%9D%EB%AA%85%EC%A3%BC%EA%B8%B0-life-cycle-3fa9c2528653 iOS ViewController 생명주기 (Life Cycle) 실무에서 iOS 제품을 개발할 때 하나의 view controller 만을 사용하는..
UIViewController : 앱의 기초가 되는 내부 구조 앱은 ViewController로 이루어져 있다. 어떤 앱이던 한 개 이상의 ViewController를 가지고 있다. ViewController는 View를 가지고 있다. 대부분의 앱은 수많은 ViewController로 이루어져있기도 하다. TL;DR Updating the contents of the views, usually in response to changes to the underlying data. Responding to user interactions with views. Resizing views and managing the layout of the overall interface. View의 계층관리 Each view..