Hi, I am trying to use
the KTPhotoBrowser API for my application, but with some problems,
- When I implement
SDWebImage everything works fine, but there are some problems in the gallery view.
1- Thumbnails did not suit the fine, as you see that they are off the screen 
2- when I click on any of these photos that it should open, with a photo that I can move, pinch and scale photos, but does not
3- I do not know how to define a UINavigationBar !!! why?:
SDWebImageRootViewController.m:
CGRect rect = CGRectMake(0, 0, self.view.frame.size.width , 44); navbar = [[UINavigationBar alloc] initWithFrame:rect];
I would be grateful if you have a solution. thanks
source share