You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is kind of weird but i have implemented the following EBPhotoPagesDatasource method in a class that inherit from EBPhotoPagesController and made sure the datasource and delegate are correctly set but it never get called.
I downloaded the master branch and test the demo project, same happens.
In fact when the picture is first shown with the lower toolbar, the number of comment is never displayed, i guess because the call to the datasource method is not call.
Let me know if something wrong on my side.
Cheers
The text was updated successfully, but these errors were encountered:
Hey,
This is kind of weird but i have implemented the following EBPhotoPagesDatasource method in a class that inherit from EBPhotoPagesController and made sure the datasource and delegate are correctly set but it never get called.
I downloaded the master branch and test the demo project, same happens.
numberOfcommentsForPhotoAtIndex:(NSInteger)index
completionHandler:(void (^)(NSInteger))handler
In fact when the picture is first shown with the lower toolbar, the number of comment is never displayed, i guess because the call to the datasource method is not call.
Let me know if something wrong on my side.
Cheers
The text was updated successfully, but these errors were encountered: