cruffenach / CRToast

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

Better padding for notification #165

Open jadar opened 9 years ago

jadar commented 9 years ago

I've noticed that status bar notifications aren't spaced out really well when they have images and/or an activity indicator. We should be able to specify how much padding we want (or just have it constant.)

How should this work? Do we only pad the very left and very right? Or do we pad everything? Should a user-specified padding only apply when there is an image? I.e. The padding only takes precedence over the hard-coded text padding when there is an image. Or should the user-specified padding totally take replace the hard-coded text padding?