Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

The search bar is not displayed on iPad #75

Open
Pelletan opened this issue May 20, 2015 · 1 comment
Open

The search bar is not displayed on iPad #75

Pelletan opened this issue May 20, 2015 · 1 comment

Comments

@Pelletan
Copy link

The search bar is not displayed on iPad

ios simulator screen shot 2015-05-20 17 39 50

So i just add this line in DZNPhotoDisplayViewController.m in viewWillAppear method

self.edgesForExtendedLayout = UIRectEdgeNone;

This solves the problem.

ios simulator screen shot 2015-05-20 17 39 35
Hope it will help.

@dzenbot
Copy link
Owner

dzenbot commented May 20, 2015

Thanks. This lib needs better iPad support actually. Reported in #11

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants