#TableView Cell #Custom TableView Cell #Messenger #Chatting UI #Chatting Room #XIB #Bubble #Bubble Cell프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook1. NavigationController 추가 및 NavigationBar 수정2. TableViewController 및 Input View 추가, AutoLayout 설정ㄱ. 입력창이 될 UIView 추가leading, trailing, bottom, height 설정ㄴ. 메세지 로그를 보여줄 UITableView 추가TableView와 UIView의 'Vertical Spacing'을 0으..
#Add TapGesture #UIView Animation #ZoomOut #Cell Animation프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N 1. ViewController.swift 추가123456789101112131415161718192021222324252627282930313233343536@objc func animateToCenter(feedImageView: UIImageView) { self.feedImageView = feedImag..
#Add TapGesture #Dismiss NavigationBar #UIView Animation #ZoomIn #Cell Animation프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N1. ViewController.swift 추가ㄱ. CollectionView Cell 에 있는 ImageView를 그대로 ViewController에서 사용가능한 subView로 복제12345678if let startingFrame = feedImageView.superv..
#NSMutableAttributedString #Attribute #CustomCollectionViewCell #Insert Image into String #Set Color of Image #Paragraph Style #Kingfisher Indicator #KingFisher프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N1. CustomCollectionViewCell 구현영상의 constraint를 추가한 것과 같이 Label, TextView, I..
#CollectionView #Dynamic Cell #AutoSize Cell #AutoLayout #Custom Cell #Rounded Image #Cell Width #Cell Height프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N1. CustomCollectionViewCell 생성하기 2. Dynamic(AutoSize) CollectionView Cell AutoLayoutㄱ. Cell 내부에 새로운 UIView를 넣는다.ㄴ. UIView의 Co..
#NavgationBar Color #NavgationBar Text Color #Storyboard Arrow #Initial View Controller프로젝트 코드 : https://github.com/LeeGwangYong/iOS_swift/tree/master/FaceBook참고 사이트 : https://www.youtube.com/watch?v=NJxb7EKXF3U&list=PL0dzCUj1L5JHDWIO3x4wePhD8G4d1Fa6N 1. CollectionViewController 추가하기 스토리보드의 모든 내용을 지우고 [Collection View Controller] 화면에 끌어다 놓기2. NavigationBar 추가하기ㄱ. Collectino View Controller 표시된 곳..
#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 : 균등하게 크기를 유지한다..
iOS(Swift 4.0) 기본 정리(2017.09.26)1. View 전환 및 기본 세팅0. StoryBoard, ViewController, Info.plist에서 storyboard… 제거1. AppDelegatewindow = UIWindow(frame: UIScreen.main.bounds) //bound : 넘어가는 크기까지, frame : 디바이스 화면 자체의 크기 window?.rootViewController = FirstViewController() //push 방식 window?.rootViewController = UINavigationController(rootViewController: FirstViewController()) //navigation 방식 window?..
- Total
- Today
- Yesterday
- command
- FEED
- 코딩야학
- DP
- dfs
- Add TapGesture
- Cell Animation
- C++
- Custom Cell
- UIView Animation
- 데이터 바인딩
- Grid
- CustomCollectionViewCell
- Fakebook
- CollectionView
- BOJ
- BFS
- 생활코딩
- MVVM
- 문자열
- 백준온라인
- 스택
- listview
- 백준
- 타일링
- 객체
- 그래프
- XAML
- WPF
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |