Skip to content

Commit

Permalink
[docs] 퀵헬프 주석 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jayden000106 committed Mar 3, 2024
1 parent b2a9d02 commit 07dc755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/YLS-iOS/YLS_iOS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ public final class YLS {
화면 이벤트 로그를 남기는 함수입니다.
현재 화면을 사용자가 보았다는 로그를 남기는 함수입니다.
CententView와 같은 화면 이름만 넘길 경우, 로깅 시스템에 맞게 수정해서 로그를 남깁니다.
SwiftUI의 경우, ViewModifier의 .onAppear()에서,
```
.onAppear {
Expand Down Expand Up @@ -210,6 +211,7 @@ public final class YLS {
버튼 터치 이벤트 로그를 남기는 함수입니다.
사용자가 버튼을 눌렀다는 로그를 남기는 함수입니다.
버튼 이름만 파라미터에 넣으면, 로깅 시스템에 맞게 수정해서 로그를 남깁니다.
SwiftUI, UIkit 모두 버튼의 터치 이벤트 내부에서 호출하는 것을 의도했습니다.
- Parameters:
- screenName: 화면 이름
Expand Down

0 comments on commit 07dc755

Please sign in to comment.