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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:05:30+00:00 2026-06-15T13:05:30+00:00

In my app I try to check if user enters right decimal separator depending

  • 0

In my app I try to check if user enters right decimal separator depending on local settings (if user makes mistake, that pice of data doesn’t enter CoreData database) :

- (void)save {
NSNumberFormatter *numberFormatter = [[NSNumberFormatter alloc] init];
[numberFormatter setNumberStyle:NSNumberFormatterDecimalStyle];

NSLocale *locale = [NSLocale currentLocale];

I get user input:

NSString *firstForDistance = _forDistanceTextField.text;

try to extract decimal separator from string:

NSString *separator = [firstForDistance decimalSeparator];

than check if separator fits users local settings or he made typo. In case of typo or mistake i replace it with decimal separator from his local settings:

if (separator != [locale objectForKey:NSLocaleDecimalSeparator]) {
    firstForDistance = [firstForDistance stringByReplacingOccurrencesOfString:separator withString:[locale objectForKey: NSLocaleDecimalSeparator]];
}

Rest of code:

self.user.forDistance = [numberFormatter numberFromString:firstForDistance];

[self.delegate usersMakeViewController:self addUser:self.user];
}

That would be nice and easy, but extracting doesn’t work:

NSString *separator = [firstForDistance decimalSeparator];

method “decimalSeparator” is instance method from NSNumberFormatter and i get fault from Xcode.

How I can fix 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-15T13:05:31+00:00Added an answer on June 15, 2026 at 1:05 pm

    You can check like below string have decimalSeparator or not

    NSNumberFormatter *numberFormatter = [[NSNumberFormatter alloc] init];
        [numberFormatter setNumberStyle:NSNumberFormatterDecimalStyle];
        [numberFormatter setLocale:[NSLocale currentLocale]];
        if ([textField.text rangeOfString:numberFormatter.decimalSeparator].location != NSNotFound) 
            NSLog(@"YES,  Give number has decimalSeparator");
        else
            NSLog(@"NO, dont have decimalSeparator");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that allows a user to enter and edit projects in
In my iOS app, I just want to check if the user has granted
We're currently developing an iOS app that needs to check location in the background.
My app needs to check whether user double clicks or not. But I can't
For an ios app I try to develop, I need to get a listing
im near to finish my app and when try to put in onlin server
I am working on a facebook app when i try to invoke js for
Instruments.app crashes when I try to profile on the device. It works fine in
I try to do an app but I get a lot of crash an
I try to write a Facebook app. This app will communicate with a rfid

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.