我想更改UISearchBar
使用 MonoTouch 的取消按钮的标题。是的,我见过这种“ hack ”,但我更喜欢更优雅的方式。我正在尝试使用:
UIButton.AppearanceWhenContainedIn(typeof(UISearchBar)).SetTitle("xxxx");
它应该在objective-c中工作,但在MonoTouch中我得到以下错误
消息:错误 CS1061:键入
MonoTouch.UIKit.UIButton.UIButtonAppearance' does not contain a definition for
SetTitle' 并且找不到扩展方法SetTitle' of type
MonoTouch.UIKit.UIButton.UIButtonAppearance'(您是否缺少 using 指令或程序集引用?)
我正在使用 Xamarin Studio 版本。4.0