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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T19:34:36+00:00 2026-05-17T19:34:36+00:00

I want to add to my application a new view with buttons for sharing

  • 0

I want to add to my application a new view with buttons for sharing content or saving it to disk. I know how to do sharing itself (save, email), but I wonder if this layer should be created as frame or there is any ready-to-use class displaying modal ![alt text][1]layer for half screen?

I prefer to ask before doing it manually. I’m not sure if frame is only method of displaying this for half screen size, or maybe I should display transparent layer and add only non-transparent rect with buttons for half screen?

I’m not able to add pictures yet, so I put example on my website: http://iphone.orpi.pl/?p=31

  • 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-17T19:34:37+00:00Added an answer on May 17, 2026 at 7:34 pm

    looking at the picture on your link, it’s clear you’re talking about an Action Sheet.

    This is how you initialise & display one:

    UIActionSheet *sheet = [[UIActionSheet alloc]initWithTitle:@"My Title"
    delegate:self
    cancelButtonTitle:@"Cancel"
    destructiveButtonTitle:@"Go"
    otherButtonTitles:@"Remind me Later",nil];
    

    If you want to track clicks on the button, you must set the delegate (as above), and the delegate must conform to the UIActionSheetDelegate protocol (set in the h file).

    The event that you then override for handling the button taps is

    - (void)actionSheet:(UIActionSheet *)actionSheet
                                clickedButtonAtIndex:(NSInteger)buttonIndex {
        //code
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to test Add new item activity in my application. When user fills
In my application I want to add a simple animation to buttons and other
I want to add a feature to our application that let's a user know
I want to add copy and paste to my application but make it available
I want to add haptic feedback to my application's buttons and control them programmatically
i want to add a new View Which Contain Anything in a window based
I am building android application now i already completed, but I want to add
In my application i want to add more than two markers in a Google
I want to add an additional roadblock in my application to prevent automating it
I want to add printing to my Javascript web application. The application is developed

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.