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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T07:25:15+00:00 2026-05-16T07:25:15+00:00

I just wanna know if there exists simple drawer (move up and down certain

  • 0

I just wanna know if there exists simple drawer (move up and down certain pixels)like animation for generic iPhone button as animated action or not?

How one can approach to implement that.

Can someone guide me.Thanks for your effort in advance.

  • 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-16T07:25:16+00:00Added an answer on May 16, 2026 at 7:25 am

    The animation system in cocoa-touch is very powerful. You only need to create an animation block where you set the values you want animated. For example, taking your button and moving it would be as simple as assigning the new position to it and triggering the animation:

    [UIView beginAnimations:nil context:nil];
    [UIView setAnimationDuration:0.3];
    
    //modify any animatable property (scale, position, tranparency, etc)
    yourButton.center = CGPointMake(newX, newY);
    
    [UIView commitAnimations];
    

    Now this is the simplest way to animate, but there is a lot that you can control. You can change the animation curb, ask the animation to call you back when it’s finished, etc.

    If you have access to the 2010 wwdc conference presentations (every registered developper can view them), there is one presentation dedicated to animation on the iphone: look for Session 123. Time well invested.

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

Sidebar

Related Questions

I just wanna know how to do an if -statement in simple HTML. Like
I am new to LINQ and just wanna know; is there any application in
I just wanna ask if there's a way where I could put an object
I just wanna find out if there's a way I could minimize code clutter
I just wanna ask if there's a way in C#/ASP.NET to create 'dynamic' tables/fields
I just wanna ask if there's a possibility to retrieve the contents of a
I am just a beginner in ASP.NET. My question is simple, I wanna add
I am a new newbie to android. Just wanna know how could we create
I just wanna know how made a many to many relationship between two entity´s
I just wanna learn how to add a node to TreeView control (which takes

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.