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 |
Tags
- NeuralNetwork
- ReLU
- 풀이
- dfs
- Swift
- Greedy
- Stack
- 부르트포스
- C++
- sigmoid
- Algorithm
- mysql
- Docker
- dp
- 실버쥐
- 그리디
- 백트래킹
- 백준
- 프로그래머스
- Blockchain
- 문제풀이
- 알고리즘
- ios
- Node.js
- BFS
- 탐색
- 캡스톤정리
- 플로이드와샬
- DeepLearning
- 그래프
Archives
- Today
- Total
목록XML (1)
개발아 담하자
[iOS/Swift] XML을 통한 UI 그리기 (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