Open felix-dumit opened 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.
[UIImage imageNamed:@""]
With this changes it will look at the appropriate bundle and work if using TWMessageBarManager from a framework or not
TWMessageBarManager
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