-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat] #192 - 코스 상세 페이지 커스텀 메뉴 구현 하였습니다. #195
The head ref may contain hidden characters: "#192---\uCF54\uC2A4-\uC0C1\uC138-\uD398\uC774\uC9C0-\uC54C\uB9BC-\uBCC0\uACBD"
[Feat] #192 - 코스 상세 페이지 커스텀 메뉴 구현 하였습니다. #195
Conversation
@@ -392,7 +392,8 @@ extension CourseEditVC { | |||
case .success(let result): | |||
let status = result.statusCode | |||
if 200..<300 ~= status { | |||
self.showToast(message: "게시글 수정이 완료되었어요") | |||
self.navigationController?.popViewController(animated: true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수정된 화면에서 뒤로 자동으로 돌아가기 위한 코드를 추가했습니다.
Runnect-iOS/Podfile
Outdated
@@ -16,6 +16,7 @@ target 'Runnect-iOS' do | |||
pod 'KakaoSDKShare' | |||
pod 'KakaoSDKTemplate' | |||
pod 'FirebaseDynamicLinks' | |||
pod 'DropDown', :git => 'https://github.com/thingineeer/DropDown.git', :commit => '95ee36f7bd925d466033c2c169979f1c574bf3b9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DropDown 라이브러리의 코드를 수정해서 제 로컬에 올리고, 그 코드를 pod로 가져왔습니다.
- 여기가 문제 부분이었는데 이렇게 따로 가져오지 않으면 변경했던 부분이 저장이 안 돼서 초기화가 될 수 있습니다
‼️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
라이브러리는 어떤 부분들을 수정하신건가요 ?! (Just Question)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cell.separatorInset = .zero | ||
cell.dropDownImage.image = imageArray[index] | ||
cell.addSubview(lastdividerLineRemove) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lastDividerLineRemove 뷰를 통해
팝업 뷰에 보이는 맨 아래 선을 지워 주었습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일단..어프룹!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 열심히 읽어봤는데 따로 코멘트 달 부분은 없는 것 같아요!
라이브러리 뜯고 수정하느라 고생하셨습니덩~
Runnect-iOS/Podfile
Outdated
@@ -16,6 +16,7 @@ target 'Runnect-iOS' do | |||
pod 'KakaoSDKShare' | |||
pod 'KakaoSDKTemplate' | |||
pod 'FirebaseDynamicLinks' | |||
pod 'DropDown', :git => 'https://github.com/thingineeer/DropDown.git', :commit => '95ee36f7bd925d466033c2c169979f1c574bf3b9' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
라이브러리는 어떤 부분들을 수정하신건가요 ?! (Just Question)
🌱 작업한 내용
따라서 pod 에 추가할때 pod 'DropDown' 하면 앱 안 돌아갑니다.
🌱 PR Point
📸 스크린샷
📮 관련 이슈