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

Long title is not fully shown in some languages #47

Closed
yshrkt opened this issue Aug 16, 2022 · 0 comments
Closed

Long title is not fully shown in some languages #47

yshrkt opened this issue Aug 16, 2022 · 0 comments

Comments

@yshrkt
Copy link
Contributor

yshrkt commented Aug 16, 2022

When sets long text to title, title is not fully shown in some languages.

Example code

let alert = CustomAlertController(
    title: "삭제하시겠습니까? 삭제하시겠습니까?",
    message: "이 작업은 취소할 수 없습니다. 이 작업은 취소할 수 없습니다.",
    style: .alert
)
alert.addAction(.init(title: "OK", style: .default))

self.present(alert, animated: true)

Results

Default Custom with attributed string
Simulator Screen Shot - iPhone 11 Pro - 2022-08-16 at 15 53 21 Simulator Screen Shot - iPhone 11 Pro - 2022-08-16 at 15 53 54
KyoheiG3 added a commit that referenced this issue Mar 7, 2023
Issue #47 Fix issue which long title is not fully shown
@KyoheiG3 KyoheiG3 closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants