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

  • Home
  • SEARCH
  • 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 6540139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:56:32+00:00 2026-05-25T10:56:32+00:00

I have an overlay help text in a UIView that I would like to

  • 0

I have an overlay help text in a UIView that I would like to animate up to a button in the navigationbar, in a way similar to the minimize window animation on Mac OS X.

I can do the basic animations of fading opacity and resizing windows, but this one is difficult.

Any clues how to do this kind of animation with a UIView?

  • 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-25T10:56:33+00:00Added an answer on May 25, 2026 at 10:56 am

    There are two effects for OSX that you can set for that (if I’m understanding this right), the Scale and Genie effects. To mimic the scale one, you need to animate the scale, opacity, and positions.

    Example using implicit animation:

    view.layer.transform = CATransform3DMakeScale(0.2, 0.2, 1);
    view.layer.position = CGPointMake(yournavbarspot.x, yournavbarspot.y);
    view.layer.opacity = 0.0f;
    

    To do the genie effect, you’d do the same thing and also alter the shape of the view as it animates. I’m not sure if you can change the geometry of a UIView, so the closest thing I can think of would be to create a mask that you alter the geometry of using UIBezierPaths.

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

Sidebar

Related Questions

I have a WPF control that I would like to overlay onto a WinForms
I'd like to have an overlay that draws lines between selected items in different
SQL joins have never been my strength. I would like some help with this
I currently have implemented an overlay item that shows an icon for Geo-point on
I have an app that uses the iPhone camera and puts an overlay over
I have table view in that click any i am displaying data in overlay
I would like to implement a RTE (Rich Text Editor) with the ability to
I have an overlay that has a toolbar as a dockedItem and a Ext.List
I hope someone can help with this. I have created a map app that
I'm creating a silverlight user control that will display a transparent overlay with text

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.