Skip to content
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] #42 - 타이틀 텍스트 박스 생성 : 온보딩용 #47

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

Conversation

HEHEEUN
Copy link
Collaborator

@HEHEEUN HEHEEUN commented Jan 15, 2025

🧩 작업 내용

  • TitleTextBox에서 사용할 HighlightTextView 생성 > highlightSubtitleText를 입력변수로 넣을 경우, 해당 글자를 하이라이팅, 입력변수 안넣으면 기본 subtitle에서 아무 변화 없음.
  • TitleTextBox 구현

🪁 PR Point

    TitleTextBox(
        title: "공갱갱히히 공강시간에 원하는 모임 만들기",
        subtitle: "공강이라는 공백, 어떻게 채우고 있나요? 이제 원하는 모임으로 특별하게 채워보세요. 근데 나는 희은이랑 공강강갱갱할랭 ㅋㅋ"
    )
    TitleTextBox(
        title: "공갱갱히히 공강시간에 원하는 모임 만들기",
        subtitle: "공강이라는 공백, 어떻게 채우고 있나요? 이제 원하는 모임으로 특별하게 채워보세요. 근데 나는 희은이랑 공강강갱갱할랭 ㅋㅋ",
        highlightTitle: "ㅋㅋ" // 이걸 추가하면 highlighting, 안하면 걍 subtitle이 보여짐!
    )

📱 스크린샷

구현 내용 스크린샷
HighlightTextView 스크린샷 2025-01-16 오전 7 59 29
사용했을 때! 스크린샷 2025-01-16 오전 7 59 56

🔗 Issue

Resolved #42

@HEHEEUN HEHEEUN requested review from Nya128 and kms0233 January 15, 2025 23:03
@HEHEEUN HEHEEUN self-assigned this Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] TitleTextBox 생성
1 participant