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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T05:30:38+00:00 2026-05-30T05:30:38+00:00

I have a view that looks like this: And I display a pop up

  • 0

I have a view that looks like this:

enter image description here

And I display a pop up window like this:

enter image description here

Every transition I try looks like a cheap hack. Apple has a similar white pop up window in their app store that sort of bounces open like an alert view then the background fades a little bit.

How can I achieve this effect?

Right now I just blur it in like this:

[previewView setAlpha:0.0];
    [[self.view.window.subviews objectAtIndex:0] addSubview:previewView];
    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:1];
    [previewView setAlpha:1.0];
    [UIView commitAnimations];

and it looks terrible.

I don’t really care what the animation is. I just want it to look professional.

  • 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-30T05:30:40+00:00Added an answer on May 30, 2026 at 5:30 am

    See my answer.

    FTUtils has a pop-in animation that does exactly as you describe.

    You use it with a single line too:

    [myView popIn:0.35f delegate:self];
    

    Or pop out:

    [myView popOut:0.35f delegate:self];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a view model with a property on it that looks like this:
Suppose I have a view model with a property that looks something like this:
I have a sub form that looks like a datasheet view. It returns prices
I have a View that renders something like this: Item 1 and Item 2
I have YAML data that looks sort of like this, but ~150k of it:
I have model that looks like this: public class Lesson { public int Id
I have a table that looks something like this. EDIT - I re-extracted code.
I have partial view that displays model-specific flash messages. The partial looks like: app/views/mymodel/_flashpartial.erb
I have a form partial that looks like this: <%= form_for(@pool) do |f| %>
If I have a model named Client and controller that looks like this class

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.