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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T22:59:54+00:00 2026-05-15T22:59:54+00:00

I’m trying to debug my iPhone app (a basic counter) and I have a

  • 0

I’m trying to debug my iPhone app (a basic counter) and I have a “goto” function to go to a specific number. When testing my app, I noticed that when set the goto without putting anything into the NSTextField, it doesn’t return anything. Not a NULL, nil, or anything. NSLogging the input string doesn’t even show up in console. No blank message, no NULL message, nothing. If you want to see my code, here it is:

- (void)alertView:(UIAlertView *)alertView didDismissWithButtonIndex:(NSInteger)buttonIndex {
 switch(buttonIndex) {
     case 0:
        break;
     case 1:
        NSLog(@"Method called");
        NSLog(@"%@", [[alertView textField] text]);
     if ([[alertView textField] text] != NULL) {
        count = [[[alertView textField] text] intValue];
        [label setText:[[alertView textField] text]];
     } else { 
        break;
     }
  }
}

“Method called” always shows up, but the next line doesn’t come up at all on a case with no input.

Thanks 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-15T22:59:54+00:00Added an answer on May 15, 2026 at 10:59 pm

    It doesn’t show up because I suspect that it has nothing to show!

    If you really want to show it no matter what try:

    NSLog(@"Alertview textfield = %@", [[alertView textField] text]);
    

    This way it’ll show the first part of the string and then if its got any text to display it’ll append that as well

    I’ve just done a very small test and using

    NSString* text = @"";
    NSLog(@"%@",text);
    

    and nothing is shown in the console

    ::edit::

    If your trying to get the if statement to work you could try using something like

    if(![[[alertView textField] text] isEqual:@""])
    

    What it seems is happening is that the [[alertView textField] text] is returning an NSString of @"" and not NULL or nil.

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

Sidebar

Ask A Question

Stats

  • Questions 488k
  • Answers 488k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Take a look jQuery droppable http://docs.jquery.com/UI/Droppable So: $('#droppable').droppable({ drop: function()… May 16, 2026 at 8:33 am
  • Editorial Team
    Editorial Team added an answer You do have an RTRIM and an LTRIM function. You… May 16, 2026 at 8:33 am
  • Editorial Team
    Editorial Team added an answer If the HTML string can be parsed as XML, you… May 16, 2026 at 8:33 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

No related questions found

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.