jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

How to change items padding #494

Closed CaiChenghan closed 6 years ago

CaiChenghan commented 7 years ago

image Hi,how can i change the padding of the items. About distance of titleLabel'bottom and detailsLabel'top. Just like the image'code MBDefaultPadding i want change it when i use.

matej commented 6 years ago

margin is the only related property in the public API. For detailed customizations you need subclass and to override the layout code.