romaonthego / RETableViewManager

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

Cocoapods use_frameworks resource fix #254

Closed kabucey closed 8 years ago

kabucey commented 8 years ago

When the option 'use_frameworks!' is used in CocoaPods, resources where not being loaded properly. This pull request fixes this issue and loads the resources from the proper bundle.

XBeg9 commented 8 years ago

@kabucey Thanks for the fix.