-
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] #246 - Google Analytics 코드를 추가 및 전체 코드 개선 하였습니다. #247
The head ref may contain hidden characters: "#246---GA-\uCD94\uAC00-\uAD6C\uD604"
Conversation
탭바 의 터치 이벤트를 extension 으로 추가 구현하였습니다.
void_function_in_ternary 를 disable 시켜 코드의 경고를 줄였습니다.
레이아웃 함수가 너무 길어서 분류에 맞게 함수로 나눴습니다.
extension 에서 중첩 타입 으로 처리한 부분이 의미가 없다고 생각해서 수정 하였습니다.
Array<Double> --> [Double]
기존 것이 deprecated 돼서 카카오 SDK 지침에 따라 변경
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.
리팩토링 + GA 코드 추가 확인했습니다 !!
이젠 정말 모든 코드에 명진의 애정이 들어갔다고 봐도 무방한 ... 수고하셨습니다 .
@@ -33,51 +34,55 @@ enum GestureType { | |||
} | |||
} | |||
|
|||
extension UIGestureRecognizer { |
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.
이쪽 부분은 extension에서 빼준 것 외에 다른 변화는 없는건가요 ??!
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.
네
defer { | ||
LoadingIndicator.hideLoading() | ||
} |
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.
이 코드 설명해줄 수 있나요 ?!?! defer 키워드는 첨 보네용 👀
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.
Zep 설명 완료
setNotchCoverViewLayout() | ||
setNaviBarLayout() | ||
setMapViewLayout() | ||
setStartMarkStackViewLayout() | ||
setDepartureInfoContainerViewLayout() | ||
setAboutMapNoticeViewLayout() |
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.
UI 별로 함수 나눠주셨군요 .. 이거 엄청난 애정이 필요한 일인데 ,, 👍🏻👍🏻
저도 앞으로 코드 짤때 요렇게 나눠서 짜야겠어요 !!
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.
굿
8Q4H7X3Q58 로 변경
🌱 작업한 내용
🌱 PR Point
view 이벤트 추적 코드 추가
button 이벤트 추적 코드 추가
전에 너무 싱글톤으로 잘 만들어놔서 사용하기 쉬웠음
노란색 경고 뜨는 부분 90% 해결
현재 :
📮 관련 이슈