Skip to content
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/95] 설정 뷰 네트워크 설정 #111

Merged
merged 13 commits into from
Jul 15, 2021
Merged

[Feat/95] 설정 뷰 네트워크 설정 #111

merged 13 commits into from
Jul 15, 2021

Conversation

leeinae
Copy link
Member

@leeinae leeinae commented Jul 15, 2021

🌈 PR 요약

연결 완료..
하지만 추가 예외 처리를 해주지 않았어요
왜냐
팝업은 좀 협의 후에 띄우는 게 맞다고 생각했기 떄문에..

📌 변경 사항

변경사항 및 주의 사항 (모듈 설치 등)을 적어주세요.

📸 ScreenShot
✅ PR check list
- commit message가 적절한지 확인해주세요. 
- 마지막으로 Coding Convention을 준수했는지 확인해주세요.
- 적절한 branch로 요청했는지 확인해주세요.
- Assignees, Label을 붙여주세요.
- 가능한 이슈를 Link 해주세요.
- PR이 승인된 경우 해당 브랜치는 삭제해주세요.

Linked Issue

close #95

@leeinae leeinae added 인애 🌿 feature 새로운 기능 📞 network 네트워크 관련 labels Jul 15, 2021
@leeinae leeinae self-assigned this Jul 15, 2021
@leeinae leeinae added this to In Progress in AppJam via automation Jul 15, 2021
@leeinae leeinae requested review from jins0704 and anyukyung and removed request for jins0704 July 15, 2021 08:27
@jins0704
Copy link
Member

좋아 난

@@ -57,8 +57,9 @@ class SettingViewController: UIViewController, popupDelegate{
$0.addTarget(self, action: #selector(didTapTrashBinManageButton(_:)), for: .touchUpInside)
}

var pushAlarmSwitch = UISwitch().then {
lazy var pushAlarmSwitch = UISwitch().then {
Copy link
Contributor

Choose a reason for hiding this comment

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

왜?

Copy link
Member Author

Choose a reason for hiding this comment

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

addTarget 해주려고 lazy 키워드로 선언했습니다

@leeinae leeinae merged commit d75ebba into dev Jul 15, 2021
AppJam automation moved this from In Progress to Done Jul 15, 2021
@leeinae leeinae deleted the feat/95 branch July 15, 2021 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
인애 🌿 feature 새로운 기능 📞 network 네트워크 관련
Projects
Development

Successfully merging this pull request may close these issues.

[feat] 설정 뷰 네트워크 연결
3 participants