我正在尝试在用户登录时提供 Toast 消息,并且用户将能够看到一条 Toast 消息,上面写着“新数据可用”和下方的按钮,上面写着“下载和取消”。但是当下载来时,它的字体以粗体出现。请让我知道怎么做默认情况下,我使这个看起来正常
代码如下:
UIAlertView* alert = [[UIAlertView alloc]initWithTitle:msg message:@""delegate:self cancelButtonTitle:@"Download" otherButtonTitles: @"Ignore",nil];
Run Code Online (Sandbox Code Playgroud)
我需要下载应该在吐司消息中以普通字体出现。