본문 바로가기

IOS/프로젝트

[iOS 향유] 상세정보페이지 구현완료🎉

기능구현

✅ 리뷰 작성

https://roniruny.tistory.com/149

 

[iOS] TextView - 플레이스홀더, 패딩, 글자 수 제한, 커서, 키보드 dismiss

📦 TextView - 플레이스홀더, 패딩, 글자 수 제한, 커서 색상, 키보드 dismiss 프로젝트를 하면서 TextView를 사용해 다양한 기능을 구현하게 되어 정리를 해봅니다! SnapKit과 Then 라이브러리를 사용하

roniruny.tistory.com

https://ios-development.tistory.com/693

 

[iOS - swift] TextView placeholder 적용 방법

placeholder 적용 textView 초기화 text를 placeHolder 문자열, color를 placeHolder 색상으로 변경 delegate 설정 // ViewController.swift let textViewPlaceHolder = "텍스트를 입력하세요" lazy var textView..

ios-development.tistory.com

 

 

구현할 것

큰 틀은 구현했지만 자잘하게 구현 안된 것 같과 프로필 사진, 리뷰 별점 등 추후구현으로 미뤄야 할 것들이 있다!

내일부터는 빠르게 서버연결을 개발해야한다~~

 

✅ Action Sheet

https://k-elon.tistory.com/28?category=857042 

 

[iOS] Alert, ActionSheet 톺아보기

모바일 앱을 사용하다 보면 현재와 다른 흐름 또는 알림, 경고 등을 위해서 팝업 형태의 창을 자주 띄우는 데요 iOS 에서 대표적으로 Alert, ActionSheet가 있습니다. Alert 와 ActionSheet는 화면에 보여지

k-elon.tistory.com

 

✅ Collection View 터치 인식

https://iamcho2.github.io/2021/06/11/detect-touch-with-collectionview-inside-tableivew

 

tableview cell 안의 collectionview - 2. 터치 인식하기

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec 27 28 29 30 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 31 1 2 3 4 5 6 7 tableview cell 안의 collectionview - 2. 터치 인식하기 tableview cell 안의 collectionview

iamcho2.github.io