Skip to content

+ (NSNumber *)numberWithString: not working anymore on iOS 6.1 #47

Description

@scheinem

On iOS 6.1 NSNumber's "numberWithString:" category-method returns nil instead of the right NSNumber.

Example:

NSNumber *test = [NSNumber numberWithString:@"14.14"];

On iOS <= 6.0 "test" has the float value "14.14" and on iOS 6.1 "test" is nil.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions