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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:41:00+00:00 2026-05-30T19:41:00+00:00

Are there any built in, open source, or tutorials for creating a reusable easy

  • 0

Are there any built in, open source, or tutorials for creating a reusable easy to use popup for use with in game-help.

Essentially I would like to, on first run of a game, show popup tips / help that “point to” various on screen objects to help a user orient themselves with the game.

Update: Here is an example of how I ultimately want it to look / behave although I don’t need it that generic but as close as possible would be good

  • 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-30T19:41:01+00:00Added an answer on May 30, 2026 at 7:41 pm

    Essentially what you need is a custom view.

    You cannot use Apple’s UIAlertView since its purpose is very different from what you are looking for.

    I don’t know what are your specific needs, but you may use a simple UILabel:

    CGRect ref = objectToAddress.frame;
    
    UILabel *tip = [[UILabel alloc] initWithFrame:CGRectMake(ref.x+ref.width, 
                                                             ref.y+ref.height,
                                                             width,
                                                             height)];
    
    [tip setText:messageToShow];
    
    [self.view addSubview:tip];
    [tip release];
    

    where width and height are the dimensions of the tip you want to show and messageToShow is the message you want to display.
    You can, of course, customize your UILabel as you like, changing font or background color. Check the reference for additional informations.

    EDIT:

    You may take a look at a possible popover implementation for iPhone: WEPopover. On the iPad you can use directly Apple’s UIPopoverController

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

Sidebar

Related Questions

Are there any open source frameworks to help build a .NET GUI? I would
Are there any open source Document Management Systems built on .NET ? We've found
Is there any built-in methods that are part of lists that would give me
Are there any good open source Silverlight projects that deal with a control gallery?
Beside's Ivy's built-in makepom task, I can't find any (Java-centric) open source projects that
Are there any active projects to build an open source replacement for the Java
I wonder if there is attribute (built-in or some open source) for me to
Are there any Open Source online IDE's except for Bespin? If found some online
Is there any built-in functionality for classical set operations on the java.util.Collection class? My
Are there any built-in C# data structures that are like a hash table but

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.