-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature] Poke UI Component : Chip, BottomSheet MessageView, NotificationListContentView 작성 #316
[Feature] Poke UI Component : Chip, BottomSheet MessageView, NotificationListContentView 작성 #316
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.
굿구구구구국굿
바텀시트 기욥네요 ~~~
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.
수고하셨습니다!!! Chip이랑 Message 뷰 잘 쓸게요! ㅎㅎ
import Combine | ||
import UIKit | ||
|
||
public struct GesturePublisher: Publisher { |
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.
커스텀 퍼블리셔!!
SOPT-iOS/Projects/Features/PokeFeature/Sources/Components/PokeNotificationListContentView.swift
Outdated
Show resolved
Hide resolved
case tap(UITapGestureRecognizer = .init()) | ||
case swipe(UISwipeGestureRecognizer = .init()) | ||
case longPress(UILongPressGestureRecognizer = .init()) | ||
case pan(UIPanGestureRecognizer = .init()) | ||
case pinch(UIPinchGestureRecognizer = .init()) | ||
case edge(UIScreenEdgePanGestureRecognizer = .init()) |
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.
오우 진짜 유용하겠네요 👍🏻👍🏻
5fae325
to
1b82ca2
Compare
🌴 PR 요약
Poke에서 사용하는 UI Component인 Chip과 BottomSheet MessageView, NotificationListContentView를 작성했어요
🌱 작업한 브랜치
🌱 PR Point
📌 참고 사항
📸 스크린샷
RPReplay_Final1701586449.MP4
📮 관련 이슈