Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Node.js
- 그리디
- 부르트포스
- 실버쥐
- Docker
- 풀이
- BFS
- 탐색
- ReLU
- ios
- C++
- 프로그래머스
- mysql
- Stack
- dp
- 플로이드와샬
- 백트래킹
- dfs
- 그래프
- Greedy
- 문제풀이
- sigmoid
- DeepLearning
- 알고리즘
- NeuralNetwork
- 캡스톤정리
- 백준
- Blockchain
- Algorithm
- Swift
Archives
- Today
- Total
목록layout (1)
개발아 담하자

xml 과 연결한 UI 를 만들어보자! 사용 라이브러리 : Layout https://github.com/nicklockwood/layout nicklockwood/layout A declarative UI framework for iOS. Contribute to nicklockwood/layout development by creating an account on GitHub. github.com Pod install pod 'Layout', '~> 0.6' 먼저 라이브러리를 설치한다. (버전이 자주 바뀌므로 깃 공식문서를 참고하자) AppDelegate.swift @UIApplicationMain class AppDelegate: UIResponder, UIApplicationDelegate { v..
📱 iOS
2020. 5. 25. 03:34