Skip to content

Conversation

@lee-yeonwoo
Copy link
Collaborator

@lee-yeonwoo lee-yeonwoo commented Apr 7, 2023

🌱 작업한 내용

  • 신고 액션 시트 띄우는 것 구현 ...

🌱 PR Point

CustomNaviBar에서 최대한 해보고 싶었는데... ㅠㅠ 못하고 그냥 DetailVC 위에 버튼 추가 해서 폼 연결했습니다 ㅠㅠㅠㅠ
신고하기를 누르면, 그 다음이 신고폼으로 연결이라고 되어있는데 이 부분은 구체적으로 어떻게 더 하면 좋을지 의논을 해봐야하는지?

  • PR Point 1

📸 스크린샷

| CourseDetailVC |
Simulator Screen Recording - iPhone 14 Pro Max - 2023-04-07 at 23 14 53
|

📮 관련 이슈


let saveAction = UIAlertAction(title: "저장하기", style: .default, handler: nil)
let reportAction = UIAlertAction(title: "신고하기", style: .destructive, handler: {(_: UIAlertAction!) in
//report action
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

신고폼은 슬랙에 시원님이 올려주신 구글 폼 링크를 연결하면 됩니다. 신고하기 버튼 클릭하면 사파리가 열리면서 해당 구글폼으로 가지도록!

@lee-yeonwoo lee-yeonwoo merged commit 4f9bf52 into Runnect:develop Apr 17, 2023
@lee-yeonwoo lee-yeonwoo deleted the #117-삭제기능구현 branch April 17, 2023 05:07
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request Apr 17, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 4, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 4, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 4, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 4, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 4, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo pushed a commit to lee-yeonwoo/Runnect-iOS that referenced this pull request May 6, 2023
lee-yeonwoo added a commit that referenced this pull request May 10, 2023
[Feat]#125 - 내가 업로드한 코스 삭제 및 수정하기 기능 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Feat 새로운 기능 구현 연우🐰

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Feat] #117 - CourseDiscoveryDetailVC 신고폼 구현

4 participants