#Library #Cocoapods프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N참고 사이트 : https://cocoapods.org/1. [Create a new Project] - [Single View App] 프로젝트 생성2. Cocoapods 설치하기2-1. 터미널 실행cd (filepath) pod init open -a Xcode podfile (podfile 수정) pod install경로 가져오기 : 프로젝트 폴더 우클릭 - ['폴더명' 복사]..
자주 사용하는 코드(String).NilOrEmpty()public extension String { func trim() -> String { return self.trimmingCharacters(in: CharacterSet.whitespaces) } func NilOrEmpty()->Bool{ if(self.trim().isEmpty){return true} else{return false} } } 숫자만 가능한 TextFieldfunc textField(_ textField: UITextField, shouldChangeCharactersIn range: NSRange, replacementString string: String) -> Bool { if(textField == ageTextFie..
iOS(Swift 4.0) Views, TabBar, Navigation, AutoLayout, MARK(StoryBoard를 이용한 iOS개발)Slider, Switch, ProgressView, StackView...1.Various Viewㄱ. StackViewStackView 내용물은 Subview가 아닌 ArrangedSubViewSubView :ArrangedSubView :StackView에 내용물을 넣기 이전에 StackView의 크기를 먼저 결정짓는다.Constraint나 동적 할당 등으로 크기가 고정되어있지 않으면 안의 내용물로 Frame이 결정됨StackView를 채우는 방법Fill : 알아서 크기를 채움. 어떠한 뷰가 커질지 모른다.Fill Equally : 균등하게 크기를 유지한다..
- Total
- Today
- Yesterday
- 스택
- BOJ
- listview
- 문자열
- 그래프
- MVVM
- 객체
- Custom Cell
- 백준
- XAML
- UIView Animation
- 생활코딩
- dfs
- Add TapGesture
- DP
- 코딩야학
- Grid
- command
- Fakebook
- C++
- WPF
- CollectionView
- 데이터 바인딩
- CustomCollectionViewCell
- BFS
- 타일링
- FEED
- 백준온라인
- Cell Animation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |