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

Add native display mode and show from user-defined navigationController #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ferrisxie
Copy link

In order to display JBWebViewController in a more native view , I added some method and change some code of the origin issue.

  • Added:
typedef enum : NSUInteger {
    JBWebViewTitleModeDefault=0,
    JBWebViewTitleModeNative,
} JBWebViewTitleMode;
  • Added:
- (void)showFromNavigationController:(UINavigationController*)navigationController;

View the .m file to see more details.
Best Wishes.

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

Successfully merging this pull request may close these issues.

1 participant