Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6714023
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T08:26:51+00:00 2026-05-26T08:26:51+00:00

Please refer my this post- how to change TTNavigator (for a web url) bottom

  • 0

Please refer my this post- how to change TTNavigator (for a web url) bottom bar color?

now i have to disable ‘Open In Safari’ option to the same controller. Please suggest me a way. I was unable to find to do this using styles yet. I know it is possible because i have seen the option on few apps.

Please help…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T08:26:52+00:00Added an answer on May 26, 2026 at 8:26 am

    by default, TTNavigator will forward any URLs it doesn’t match to TTWebController.

    So if you want to change the web view, you will have to subclass TTWebController to your own class, and add the mapping in the app delegate:

    To remove the open in safar action button, try adding this function to your custom TTWebController you subclass:

    ///////////////////////////////////////////////////////////////////////////////////////////////////
    - (void)loadView {
      [super loadView];
    
       TT_RELEASE_SAFELY(_toolbar);
    
       _toolbar = [[UIToolbar alloc] initWithFrame:
                  CGRectMake(0, self.view.height - TTToolbarHeight(),
                             self.view.width, TTToolbarHeight())];
      _toolbar.autoresizingMask =
      UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleWidth;
      _toolbar.tintColor = TTSTYLEVAR(toolbarTintColor);
      _toolbar.items = [NSArray arrayWithObjects:
                        _backButton,
                        space,
                        _forwardButton,
                        space,
                        _refreshButton,
                        nil];
      [self.view addSubview:_toolbar];
    

    }

    And include the catch-all mapping rule in your app delegate:

        [map from:@"*" toViewController:[CustomWebController class]];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please refer to this post. I have become able to configure my web.config file
Please refer this fiddle , I have tried to create an animation where a
Please refer to this page for reference: http://loadedgranola.valitics.com/_product_83484/blackberry_lime I have a jQuery script that
Please refer to the image at: http://i50.tinypic.com/svgg2h.jpg I have defined CSS color(#000000) for my
Please refer to this background question. After constructing this COUNT, how would I then
Please refer my previous post here . I did changes accordingly but getting error.
You may refer to this post of mine SQL going nuts! does not accept
I refer to this page: Post array of multiple checkbox values <input type=checkbox class=box
Please refer to this: http://jsfiddle.net/k8c7w/ I am trying to get the middle grey band
I want to refer to this post, because it might relate: Make Form Fields

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.