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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:12:18+00:00 2026-06-17T19:12:18+00:00

I want to close UIView like the browser, skype and other window tab minimize.

  • 0

I want to close UIView like the browser, skype and other window tab minimize. But I want to close my UIView like this. Means on which button I click my UIView close such as minize, and close where my button show ie: I put my UIButton on navigation.

I dont want to minimize my UIView, I want to close my UIView like its minimize.

Any hints from experts would be very welcome.

  • 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-06-17T19:12:19+00:00Added an answer on June 17, 2026 at 7:12 pm

    Use this code

    [UIView beginAnimations:nil context:NULL];[UIView setAnimationDuration:<duration>];[UIView setAnimationRepeatAutoreverses:NO];[UIView setAnimationRepeatCount:0]
        [yourView setTransform:CGAffineTransformMakeScale(0.009, 0.009)]; //if you dont get ratio start with 0.5,0.5 keep reducing till you get right number
      yourView.center=yourButton.center
    
    [UIView commitAnimations]
    
    //in order to maximize do
    
    [UIView beginAnimations:nil context:NULL];[UIView setAnimationDuration:<duration>];[UIView setAnimationRepeatAutoreverses:NO];[UIView setAnimationRepeatCount:0]
            [yourView setTransform:CGAffineTransformMakeScale(1, 1)];
          yourView.center=CGPointMake(320/2.0f,480/2.0f);
    
        [UIView commitAnimations]
    

    This should help you

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

Sidebar

Related Questions

I want to capture the browser window/tab close event. I have tried the following
I have a main window, that opens another window. I want to close this
So i found System.Diagnostics.Process.Start() But, then i want to close app which started it
I want to close the jquery dialog on click of a button which is
I want to close this inflated layout when click on button of inflated layout.
I want to close a browser window whether it is in open . Am
I want to create a UIView programmatically, and want a close X button at
I want to close a window automatically after 5 seconds using jQuery. This is
I have this problem since I'm beginning in OOP programming I want to close
I want close android app int id= android.os.Process.myPid(); android.os.Process.killProcess(id); This code kills the Process.

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.