You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letactions=[PopMenuDefaultAction(title:"Some Text, Some Text, Some Text, Some Text, Some Text, Some Text"),PopMenuDefaultAction(title:"Some Text"),PopMenuDefaultAction(title:"Short"),PopMenuDefaultAction(title:"A Longer Text")]letpopMenu=PopMenuViewController(actions: actions)present(popMenu, animated:true, completion:nil)
✔️ Issue Checklist
✍🏻 Issue Description
运行在横屏状态下,UI显示正常,
然后切换到竖屏,显示就异常了
导致UI显示异常的原因主应该要是没有考虑title太长的情况
当title太长的情况,建议title可以像跑马灯一样滚动显示
💻 Environment
The text was updated successfully, but these errors were encountered: