2012-04-07 19 views

cevap

5

hata mesajı ideal olmaktan uzak, ama SystemFontSize bir float değil, bir UIFont döndüren bir yöntem döndürür bir özelliktir. Bunun için

İstediğiniz:

UIButton button = UIButton.FromType (UIButtonType.RoundedRect); 
bt.Font = UIFont.SystemFontOfSize (35) 
İlgili konular