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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:02:22+00:00 2026-06-15T00:02:22+00:00

I want to open and block a view controller in my iphone application using

  • 0

I want to open and block a view controller in my iphone application using the local date on device.
For example I want that view to be available between the 1st of December untill the 31st of December 2012 and if the user tap on the button which is linked to that view before or after these dates he/she will have an alert view that tells them that view is not available.
Basically something similar to local notification, is it possible to do something like that ?

  • 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-15T00:02:23+00:00Added an answer on June 15, 2026 at 12:02 am

    Set the button to call the following code with an IBAction:

    NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init];
    dateFormatter.dateFormat = @"dd-MMM-yy";
    
    NSDate *dec1 = [dateFormatter dateFromString:@"01-Dec-12"];
    NSDate *jan1 = [dateFormatter dateFromString:@"01-Jan-13"];
    
    NSDate *today = [NSDate date];
    
    if( ([today compare:dec1] == NSOrderedDescending ) && ( [today compare:jan1] == NSOrderedAscending ) ) {
        // Go to View Controller
    }
    else {
        // Show AlertView
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am tired try open a modal view controller from ipad application. How I
I want to block visitor between 2 to 5 minutes every 100 view.. if
I want to open an inbuilt google map intent to show route between two
I want to open a document file using Open Xml Open Method, search for
I want to broadcast UDP messages to all computers in a local network using
I want to open some file from my application, file are created by the
I have an html page. On that page I want to open popup window.
When the camera is loaded that time i want to open camera only specific
I want open a path to vim from Screen's copy-mode by Ctrl-A f similarly
What I want open a file if it exists, create it if it not

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.