gpt4 book ai didi

iphone - 多行 HUD

转载 作者:太空狗 更新时间:2023-10-30 03:39:16 27 4
gpt4 key购买 nike

如何制作具有多行的 HUD?他是我的代码,但是labelText是一行

HUD = [MBProgressHUD showHUDAddedTo:[[TTNavigator navigator] window] animated:YES];
HUD.customView = [[UIImageView alloc] initWithImage:[UIImage imageNamed:@"noImage.png"]];
HUD.mode = MBProgressHUDModeCustomView;
HUD.delegate = self;
HUD.labelText = @"text1 \n text2";
[HUD hide:YES afterDelay:3];

最佳答案

使用 detailsLabelText 方法,即

HUD.detailsLabelText = @"your next line here"

您可以使用 detailsLabelFont 更改样式。

关于iphone - 多行 HUD,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11931256/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com