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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:48:00+00:00 2026-05-27T04:48:00+00:00

I recently completed my application and now I want to create a user guide

  • 0

I recently completed my application and now I want to create a user guide for (for each tab) this app which explain some part and will appear first 3 to 4 times when the application runs. After that when the user uses this application the guide will not seen. For detail they have to go a help tab which is there in my aplication.

So Is it possible to display a help menu for First 3 or 4 times when the app is run? If it is possible, then can someone please give me some reference or solution.

  • 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-27T04:48:01+00:00Added an answer on May 27, 2026 at 4:48 am

    You can store a value in NSUserDefaults and increment this value on start. After hitting the third/fourth start don’t display the help menu any more.

    // start
    NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
    NSInteger numStarts = [defaults integerForKey:@"numStarts"];
    if (numStarts < 4) {
        // show help menu
    } 
    [defaults setInteger:numStarts+1 forKey:@"numStarts"];
    [defaults synchronize];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I recently added devise confirmable module to my rails app. My application runs well
Recently i completed on mid level web application where i have used telerik controls,
Recently I participated in designing & writing of an application which my team was
I am using JCS for caching in my application.Recently some errors are occuring where
I have an iPhone application which will exit on it's own after a user
I recently completed development of a mid-traficked(?) website (peak 60k hits/hour), however, the site
We've recently completed phase 1 of a ASP.Net website in English and French. We
I have recently completed a detailed investigation regarding GP functional test automation possibilities with
I've recently completed a project in Java,and showed it to my advisor. Forget about
I recently read through Code Complete, and it recommends that I create a project

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.