dfmuir / KINWebBrowser

A web browser module for your iOS apps.
Other
838 stars 167 forks source link

Weird UIBarButtonItem behavior on iPad #39

Open syncreticudon opened 9 years ago

syncreticudon commented 9 years ago

To the default KINWebBrowser with the action button shown:

  1. Add a UIBarButtonSystemItemFlexibleSpace to the toolbar.
  2. Add a UIBarButtonItem Custom View.
  3. Add a UIBarButtonSystemItemFixedSpace.

This is what you will get on iPad when running KINWebBrowser in a UISplitViewController with a UINavigationController:

screen shot 2015-10-08 at 6 19 06 pm

Interestingly, the same code works on iPhone, no issues:

img_9660