-
Notifications
You must be signed in to change notification settings - Fork 6
[Feat] #117 - 신고폼 구현 #125
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
Merged
Merged
[Feat] #117 - 신고폼 구현 #125
The head ref may contain hidden characters: "#117-\uC0AD\uC81C\uAE30\uB2A5\uAD6C\uD604"
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsj8706
approved these changes
Apr 11, 2023
|
|
||
| let saveAction = UIAlertAction(title: "저장하기", style: .default, handler: nil) | ||
| let reportAction = UIAlertAction(title: "신고하기", style: .destructive, handler: {(_: UIAlertAction!) in | ||
| //report action |
Collaborator
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/Runnect-iOS/Presentation/CourseDetail/VC/CourseDetailVC.swift
Show resolved
Hide resolved
Runnect-iOS/Runnect-iOS/Presentation/CourseDetail/VC/CourseDetailVC.swift
Show resolved
Hide resolved
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🌱 작업한 내용
🌱 PR Point
CustomNaviBar에서 최대한 해보고 싶었는데... ㅠㅠ 못하고 그냥 DetailVC 위에 버튼 추가 해서 폼 연결했습니다 ㅠㅠㅠㅠ
신고하기를 누르면, 그 다음이 신고폼으로 연결이라고 되어있는데 이 부분은 구체적으로 어떻게 더 하면 좋을지 의논을 해봐야하는지?
📸 스크린샷
| CourseDetailVC |

|
📮 관련 이슈