小编Bas*_*era的帖子

如何在目标 c 中给出吐司消息

我正在尝试在用户登录时提供 Toast 消息,并且用户将能够看到一条 Toast 消息,上面写着“新数据可用”和下方的按钮,上面写着“下载和取消”。但是当下载来时,它的字体以粗体出现。请让我知道怎么做默认情况下,我使这个看起来正常

代码如下:

 UIAlertView* alert = [[UIAlertView alloc]initWithTitle:msg message:@""delegate:self cancelButtonTitle:@"Download" otherButtonTitles: @"Ignore",nil];
Run Code Online (Sandbox Code Playgroud)

我需要下载应该在吐司消息中以普通字体出现。

iphone xcode objective-c toast uialertview

2
推荐指数
1
解决办法
6155
查看次数

标签 统计

iphone ×1

objective-c ×1

toast ×1

uialertview ×1

xcode ×1