由于TWTRComposer不支持添加视频,因此我必须使用其RESTAPI上传视频并创建自定义界面以将消息添加到推文。
答案 0 :(得分:0)
例如具有多个行文本或带格式的文本。带有粗体文本的消息,则需要使用属性字符串。请在下面找同样的东西---
let alertController = Utils.showAlert(Defines.APP_TITLE,消息:“”,处理程序:无) 让attributedString = NSAttributedString(字符串:alertMSg,属性:[NSAttributedStringKey.font:UIFont(名称:“ Avenir-Light”,大小:15)!]) alertController.setValue(attributedString,forKey:“ attributedMessage”) 礼物(alertController,动画:true)