-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load bar button item images from the correct bundle #80
Conversation
This doesn’t really belong in the PhotosVC.
Does this change make NYTPhotoViewer's minimum version iOS 8 with the usage of imageNamed:inBundle: (which I think is an iOS 8 method)? If so, you may want to change the minimum version in the pod spec also. |
Done in f257274 |
@cdzombak needs to be updated now |
Load bar button item images from the correct bundle
As part of this change, I'm using
resource_bundle
as recommended by CocoaPods.After cutting a new version, this: