wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Change buttons font... #62

Closed alph0x closed 9 years ago

alph0x commented 9 years ago

well.. simple as that... is there a way to change buttons fonts?

wimagguc commented 9 years ago

There isn't one; the plan is to just provide a very basic, very clean solution to add dialogs with this class. However, you can change everything to your liking, by editing the classes by hand. For example, buttons are added in the addButtonsToView function in the CustomIOSAlertView class.