terryworona / TWMessageBarManager

An iOS manager for presenting system-wide notifications via a dropdown message bar.
MIT License
1.77k stars 191 forks source link

Improve customization. Now icon, title and description are optional #76

Closed NyxReloaded closed 9 years ago

NyxReloaded commented 9 years ago

Adjust titleString and descriptionString when return nil for icon, title or description

terryworona commented 9 years ago

I'd rather keep icon, title and description mandatory requirements, otherwise this PR needs to handle a new type "TWMessageBarMessageTypeNone" with appropriate documentation, etc.

The library was never intended to support anything less than an icon, title and desc.

Thanks for the PR. Going to pass for now!