romaonthego / RETableViewManager

Powerful data driven content manager for UITableView.
MIT License
2.48k stars 432 forks source link

Load bundled images from appropriate bundle #227

Closed akashivskyy closed 8 years ago

akashivskyy commented 9 years ago

When using RETableViewManager with CocoaPods 0.36 as a framework, its bundled images are not being loaded.

REActionBar's navigation arrows are missing.

This happens because +[UIImage imageNamed:] searches for those resources in [NSBundle mainBundle], which no longer is the same bundle as framework's one.

This pull request addresses the issue by explicitly referring to the bundle of RETableViewManager class.

akashivskyy commented 8 years ago

Any news on this?

akashivskyy commented 8 years ago

¯(ツ)