cruffenach / CRToast

A modern iOS toast view that can fit your notification needs
MIT License
4.17k stars 463 forks source link

Rounded Images #193

Open migue1s opened 8 years ago

migue1s commented 8 years ago

I've added the kCRToastImageVerticalPaddingKey and kCRToastImageRoundedKey keys.

kCRToastImageVerticalPaddingKey adds a vertical padding to the imageview. kCRToastImageRoundedKey forces the image to be round.

These two keys allow creating notifications which have round icons even if the images themselves are squared (especially when used with the kCRToastImageContentModeKey key).

screen shot 2016-02-12 at 9 43 04 am
lenkaiser commented 8 years ago

Please merge this with the master branch.