I'm have used Toast
before in Android. Is there a way to customize the font or font size of Toast
on an UIView
in iOS?
I am aware of the makeToast
function, which seems to only have optional parameters for duration, position, image, and title. Or is there another messaging/notification system I should be using instead?
I already found this answer for Android.