terryworona / TWMessageBarManager

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

Load icon images from framework bundle #95

Open felix-dumit opened 7 years ago

felix-dumit commented 7 years ago

If integrating through cocoapods using frameworks, it will not load the icon images properly, since [UIImage imageNamed:@""] looks at the main bundle.

With this changes it will look at the appropriate bundle and work if using TWMessageBarManager from a framework or not