Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

[Feature] #206 내 알림 리스트 및 홈 화면 알림 버튼 기능 구현 #207

Closed
wants to merge 11 commits into from

Conversation

dlrjswns
Copy link
Contributor

Describe

  • 내 알림 리스트 화면 구형
  • 홈 화면 알림 버튼 기능 구현

Works made

  • 내 알림 리스트 화면 구현
  • 홈 화면 알림버튼 활성화/비활성화에 따른 이미지 세팅
  • ic_alarm_large, ic_alarm_large_on 이미지 추가
  • ic_alarm -> ic_alarm_small 이미지 네이밍 변경
  • 홈 화면 알림버튼추가에 따른 logoTopView 우측 Inset값 변경

Changes Made

As-Is

기존 로직

lazy var logoTopView = UIStackView().then { stackView in
        stackView.axis = .horizontal
        stackView.distribution = .fill
        stackView.layoutMargins = .init(top: 13, left: 17, bottom: 18, right: 17) <- 기존 우측 Inset값 17
//... 생략

스크린샷
Image

To-BE

변경 로직

lazy var logoTopView = UIStackView().then { stackView in
        stackView.axis = .horizontal
        stackView.distribution = .fill
        stackView.layoutMargins = .init(top: 13, left: 17, bottom: 18, right: 10) <- 변경된 우측 Inset값 10
//... 생략

스크린샷

알림버튼 비활성화 상태 알림버튼 활성화 상태 알림 리스트 화면
Image Image Image

How to Test

Issues Resolved

Additional context

  • 아직 서버쪽 API구현이 안돼 목데이터로 대체하였습니다.

References

@dlrjswns dlrjswns added the ✨ Feature 무언가 추가됨 label Sep 25, 2024
@dlrjswns dlrjswns self-assigned this Sep 25, 2024
@dlrjswns dlrjswns marked this pull request as draft September 25, 2024 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✨ Feature 무언가 추가됨
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants