-
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] #384 - 마이페이지 알림 뷰 구현 #436
Conversation
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.
이쁜 코드 잘 봤습니다!!
|
||
private let titleLabel = UILabel() | ||
private let subtitleLabel = UILabel() | ||
private let notificationSwitch = UISwitch() |
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.
와울
headerTitleLabel.text = "스파커 활동" | ||
case .remind: | ||
headerTitleLabel.text = "리마인드" | ||
} |
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.
👍 🌷
switch section { | ||
case .information: | ||
rowOfSection = [.roomStart] | ||
|
||
return rowOfSection.count | ||
case .sparkerActivity: | ||
|
||
rowOfSection = [.spark, .consider, .certification] | ||
|
||
return rowOfSection.count | ||
case .remind: | ||
|
||
rowOfSection = [.remind] | ||
|
||
return rowOfSection.count | ||
} |
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.
나도...
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.
확실히.. 테이블뷰는 컬렉션뷰에 비해 많이 안써봐서 먼가.. 새롭네요.. 💭🙇♀️
import UIKit | ||
|
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.
import가 슬쩍 없서라
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.
아이쿠야 매섭다매서워 🙇🏻♂️
switch section { | ||
case .information: | ||
rowOfSection = [.roomStart] | ||
|
||
return rowOfSection.count | ||
case .sparkerActivity: | ||
|
||
rowOfSection = [.spark, .consider, .certification] | ||
|
||
return rowOfSection.count | ||
case .remind: | ||
|
||
rowOfSection = [.remind] | ||
|
||
return rowOfSection.count | ||
} |
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.
나도...
…arker#384` # Conflicts: # Spark-iOS/Spark-iOS/Resource/Constants/Storyboard.swift # Spark-iOS/Spark-iOS/Resource/Constants/ViewController.swift
🔥Pull requests
⛳️ 작업한 브랜치
👷 작업한 내용
🚨참고 사항
- 셀의 영역은 다음과 같습니당
📸 스크린샷
📟 관련 이슈