-
Notifications
You must be signed in to change notification settings - Fork 16
[Fix] #534 - 3.0.0 배포 버전에서의 사소한 버그들 수정 #535
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
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.
꼼꼼한 작업 고생하셨어요!! 🍓
/// dimming 뒷배경을 눌렀을 때, dismiss 이벤트를 전달합니다. | ||
override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) { | ||
guard let touch = touches.first else { return } | ||
let location = touch.location(in: self.view) | ||
// toolTipView 프레임의 밖일 경우에만 dismiss | ||
if !toolTipView.frame.contains(location) { | ||
self.dimmingBackgroundTap.send() | ||
} | ||
super.touchesBegan(touches, with: event) |
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 func setDelegate() { | ||
self.webView.scrollView.delegate = self | ||
self.webView.navigationDelegate = self | ||
self.webView.uiDelegate = self | ||
} |
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.
함수 분리 너무 좋네요🚀🚀
public let title: String | ||
public let content: String | ||
public let sendAt: String |
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.
깜짝이슈ㅎㅎ,,👀
영차 영차 ~ 영치기 영 차~ 파이팅입니다~~ |
🌴 PR 요약
3.0.0 배포 버전에서의 사소한 버그들을 수정했습니다.
🌱 작업한 브랜치
🌱 PR Point
[솝트로그 UI]
[홈화면 UI]
htmlToString
한 값을 이후lineSpacing
을 세팅하면서 덮어씌워버리며 생긴 문제였어요. 그래서 UILabel에attributedText
가 적용되어 있을 경우, 해당attributedText
를 불러와lineSpacing
속성을 추가할 수 있도록 함수를 수정했어요.[스와이프 시 뒤로 가기]
[푸시알림 터치 시 딥링크 화면 전환 안 됨]
NotificationPayload
에 프로퍼티를 추가하면서, 객체가 정상적으로 생성되지 않아 생긴 문제였습니다. 문제되는 부분들 (해당 기능 구현을 위한 피처가 종료되었다고 전해들어) 삭제했습니다.📌 참고 사항
3.0.1로 업데이트할게요!
📸 스크린샷
Simulator.Screen.Recording.-.iPhone.16.Pro.Max.-.2025-04-03.at.20.51.16.mp4
📮 관련 이슈