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 7787259
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:36:25+00:00 2026-06-01T20:36:25+00:00

I’m using three20 on a app and I would like to use this kind

  • 0

I’m using three20 on a app and I would like to use this kind of menu that are using on Path and Facebook:

path app slide menu

My app is very intensive using TTNavigator url scheme, and it seems that TTNavigator is like having exclusive control of the window. So I have not two view controllers to play.

Is there any way I can add TTNavigator to a view controller and create my menu on the other?

  • 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-06-01T20:36:26+00:00Added an answer on June 1, 2026 at 8:36 pm

    You can have a Path-like sliding left view controller by using Tom Adriaenssen’s excellent ViewDeck implementation:

    ViewDeck on GitHub

    In your app, when setting navigator.window, don’t pass a window. Pass the UIView of a custom UIViewController (the one that you will set as the ‘central’ view controller in ViewDeck:


    navigator.window=(UIWindow*)myCentralViewController.view;

    this will fool three20’s TTNavigator into thinking that it has successfully taken over your window, when in fact, it’s just a view. Note, however, that you might need to subclass that view and implement empty UIWindow’s methods, such as:


    - (void)makeKeyAndVisible{}

    .. because three20’s TTNavigator still thinks that this is your main UIWindow and expects your object to respond to common UIWindow selectors.

    This is uncharted territory and it certainly is a bit of a hack that might have unintended consequences.

    You might need to set a negative y on your “fake window” frame, to compensate for the status bar. e.g.:


    [[MYFakeWindow alloc] initWithFrame:CGRectMake(0, -20, 320, 480)];

    Again, be careful. I’m using this hack in an app where it behaves very well, but you’re still fighting the three20 framework, so make sure it doesn’t bite back.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I would like to count the length of a string with PHP. The string
For some reason, after submitting a string like this Jack’s Spindle from a text
I've got a string that has curly quotes in it. I'd like to replace
I would like to run a str_replace or preg_replace which looks for certain words
We're building an app, our first using Rails 3, and we're having to build
I am using Paperclip to handle profile photo uploads in my app. They upload
I have some data like this: 1 2 3 4 5 9 2 6

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.