-
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
photosViewController:didDisplayPhoto:atIndex: is not called for the initial photo. #42
Comments
This was originally intended to reflect Apple's general approach with delegates like that, where the delegate is only called upon user interaction, not upon programmatic setting (which in this case would be programmatic setting of the initial photo or So, of course it can be changed based on what NYT thinks, but originally this was intended behavior. |
Ha, I should have read the documentation of the method :). The method name was a little misleading. Maybe the method could be renamed to better describe the difference? For example "didMoveToPhoto"? |
This more closely reflects that this delegate method/notification is tightly tied to user interactions. closes #42
This more closely reflects that this delegate method/notification is tightly tied to user interactions. closes nytimes#42
NYTPhotosViewControllerDelegate’s photosViewController:didDisplayPhoto:atIndex: is not called for the initial photo.
The text was updated successfully, but these errors were encountered: