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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:32:21+00:00 2026-06-17T12:32:21+00:00

The MKMapKit zoom animation is great and all but it always takes a predefined

  • 0

The MKMapKit zoom animation is great and all but it always takes a predefined moment of time to complete the action, that is to say, I as a programmer, have no way of setting a custom time for it to zoom into a particular location.

I’ve tried throwing the setRegion function inside animation blocks but that doesn’t work, the zoom just takes the same amount of time either way. How do you set a custom zoom time?

  • 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-17T12:32:22+00:00Added an answer on June 17, 2026 at 12:32 pm

    The solution to your Problem is Nstimer

    ViewController.h

    #import <UIKit/UIKit.h>
    
    @interface NSTimerExampleViewController : UIViewController {
        NSTimer *aTimer;
    }
    
    @end
    

    ViewController.m

    #import "NSTimerExampleViewController.h"
    
        @implementation NSTimerExampleViewController
    
        -(void)timerFired:(NSTimer *) theTimer
        {    
            NSLog(@"timerFired @ %@", [theTimer fireDate]);
        }
    
        - (void)viewDidLoad {
            [super viewDidLoad];
            //This starts the Timer
            aTimer = [NSTimer scheduledTimerWithTimeInterval:10.0
                                                      target:self 
                                                    selector:@selector(timerFired:) 
                                                    userInfo:nil 
                                                     repeats:YES];
    
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I`m trying to return the user location in MKMapKit, but at LOG, it returns
I am making an app that will use the MKMapKit for the pins and
12.2N 109.2W Given this location, how would I find a point on a mkmapkit
Looking for simple MKMapkit examples for google maps to place pins down and give
I'm using MKMapKit to show some search results on a map. I'm using -
I'm following this tutorial http://mayurbirari.wordpress.com/2011/02/07/how-to-access-mkmapkit-in-iphone/ to set annotations on a map in my IOS
I am building an application that is using Mapkit. I know that this is
I use the loop below to populate my MapView. However it always shows only
This is about an iPhone App using MKMapKit: I created a custom MKAnnotationView for
This is about an iPhone App using MKMapKit: I created a custom MKAnnotationView for

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.