Example #1
0
 public override NSAttributedString AttributedStringForObjectValueWithDefaultAttributes(Id anObject, NSDictionary attributes)
 {
     NSAttributedString str = new NSAttributedString(this.StringForObjectValue(anObject), attributes);
     return str.Autorelease<NSAttributedString>();
 }