作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我刚刚将我的 montouch 更新到 xamarin.iOS 7.0.2。在此之前,我的项目中有这段代码:
nameTextView .Font = new UIFont ().WithSize (10);
但它现在不起作用。
我遇到这个错误:
Error CS0619: `MonoTouch.UIKit.UIFont.UIFont()' is obsolete: `This constructor does not return a valid, default, instance'
现在,我应该如何使用它?
最佳答案
nameTextView.Font = UIFont.FromName(UIFont.PreferredBody.Name, 10);
关于ios - 单点触控 iOS 7.0.2 中的 UIFont,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19701972/
我是一名优秀的程序员,十分优秀!