Tagged Questions
2
votes
3answers
2k views
How to properly format currency on ios
I'm looking for a way to format a string into currency without using the TextField hack.
For example, i'd like to have the number "521242" converted into "5,212.42"
Or if I have a number under 1$, I ...
1
vote
1answer
253 views
how to display arabic numbers inside iPhone apps without localizing each digit
I want to know how to display arabic numbers inside iPhone apps without localizing each digit.
like for example, I have an integer in the code whose value = 123
I want to display it as ١٢٣
without ...
4
votes
3answers
302 views
Will my iOS app calculate figures when a comma is used instead of a decimal point?
New to iOS development and I'm just making a little wage-type calculator for a starter. I'm exploring different features, including making the app available in France and other non-English native ...
0
votes
1answer
608 views
iOS - detect the phone number / email address of the current device?
If I have users using an app and I need to know their phone number of their iPhone, or their email that they use for iMessages (if it's an iTouch or something) can I detect that in anyway?
0
votes
1answer
359 views
iPhone phone number format NSFormatter
I'm copying phone number from iPhone address book to a text field. In text field it is showing as 1 (234) 567-8901. I want format it to 12345678901. help and tips appreciated.
1
vote
2answers
234 views
UIButton disappears when my application returns from running in the background
I have a small project that contains a few UITextFields with a number keypad. When the keyboard is displayed I'm adding a button as a subview for the user to dismiss the keyboard.
However, if the ...
0
votes
1answer
38 views
double from fraction string iPhone
I have an array of strings that are fractions (1/3, 2/5) etc. I need to take these strings and use them as doubles for calculations. The fractions go into the arrays as strings. Why isn't the below ...
0
votes
1answer
454 views
Apple Push Notification service (APNS) SIM change
Will Apple still push notifications to an iPhone device even though the SIM card and phone numbers changed?
I am developing an iPhone app (my first) that relies on Apple Push Notification service. My ...
-1
votes
2answers
114 views
Checking input value
I am trying to check whether the user gives an input that is number but not letters. When a non-numeric value is given I want to print an alert error message like "incorrect format".
This is my ...
0
votes
0answers
185 views
Get phone number from different formats in objective-c
iPhone saves phone numbers in different format based on localization.
I need to convert a phone number stored in Address Book, to a specific format.
Here an example of US formats:
+1 (###) ###-####
...
1
vote
2answers
151 views
Dynamic Version Numbering in a Default.png
I have a Default.png which includes a version number on it. Every time I update my app, I have to change it both in the lite and full version's default.png and default@2x.png. Hassle, no?
I'm pretty ...
2
votes
4answers
1k views
How to find Letters,Special Characters in NSString iphone?
I'm trouble with check the Characters(a-z,A-Z) and special characters except(.) in NSString. I have a UITextField for Price, i need to pass the value for Price only Numbers with "."[Ex: Price :- ...
0
votes
2answers
252 views
IPhone APP. Get phone number from address book ERROR in device
can any one tell me what is the error in my code . it work fine in the simulator but in the phone and with iTunes make crash. i do not what i shall do to get the error
can any one Help??
...
0
votes
3answers
2k views
iPhone - Storing a double value into a NSDictionary with only 7 decimals as a Number type
I have a PList that contains a dictionary with some decimal values like 10.1234567, stored as Number type (tag ).
In my app, I read that plist and manipulate those values as NSNumber (double type ...
0
votes
1answer
153 views
How to sort an array with numbers in iphone?
I need your help. I have stored selected indexpath values in an NSMutableArray from UITableView. I have stored these values in NSString type and i want to retrieve like NSString to int datatype. But, ...
3
votes
2answers
408 views
how to generate non repeating random numbers in iphone? [duplicate]
Possible Duplicate:
Non repeating random numbers
Can any one tell me how to generate non repeating random numbers?
I saw this on many sites but they give in main.c file code.
When I use ...
4
votes
2answers
2k views
iPhone Web App Number Pad with Decimal
Im struggling to find an answer for this one. I've found out how to make the keypad appear on a web app using the pattern string [0-9]* but that just shows the digits without a decimal!
Anyone got a ...
1
vote
1answer
2k views
XCode: How would I dial a number and then key in numbers to the dialpad five seconds after?
I am creating an 0800 diverting app which allows the user to use his/her monthly credit to phone an 0800 number diversion service rather than pay extra by dialling in the 0800 number directly to the ...
0
votes
1answer
221 views
How do I set how many times to run a method? (cocos2d iPhone)
I have a method to add an enemy, and I want to know how I can make it so I run it a certain number of times (say 10). I call the method with a scheduler in cocos2d and by doing [self addEnemy];
Need ...
-4
votes
1answer
58 views
A number box (jump from 0 to 9) in the view in iPhone . How should I do? [closed]
I mean I have a UIImageView, and I want to put a number on it. And then the number jumps from 0 to 9.
12
votes
7answers
11k views
How to dismiss number pad keyboard by tapping anywhere
I'd like to know the simplest code to dismiss the number pad keyboard when tapping anywhere outside the number pad. It's a simple application to input a number inside a text field and then a user can ...
2
votes
3answers
3k views
Display flaw with HTML input type number on iPhone iOS/Safari
I want to use HTML input type="number" on a mobile application, in order to indicate to the smarter mobile phones (Android, iPhone and some others), that the numeric keyboard is more interesting for ...
0
votes
1answer
154 views
Having Trouble Converting from lbs to kgs
My app has a picker that has numbers with suffix of lbs. I want to add support for user to be able to use kgs instead.
So I tried using this:
NSNumber *weightInPounds = [pickerArray ...
0
votes
3answers
3k views
how to show numbers in the default keyboard initially for UITextField
In my iPhone application I have an address line 1 field. I have assigned the default keyboard to that. But most likely line 1 field will start with apartment number.
I want to know how to show ...
1
vote
2answers
735 views
Generate Random Numbers without duplicates in iPhone?
I want to generate the random numbers using this loop. When i runs the apps at everytime, i want to generate the random numbers without duplicates.
Eg:
for(int i = 0; i < 5; i++)
{
// int ...
1
vote
2answers
383 views
Checking if a string is a number on iPhone
How can I check if an input string is a number like x.y? Thank you guys!
2
votes
3answers
603 views
Create Numbers file and open it with Numbers on iPad
I would like to do a task that is quite simple on other OS, but it is not so trivial on iOS. Namely, I want to create file and open it in Numbers.
I can preview the file with ...
2
votes
5answers
5k views
Determine if NSString's first character is a number
I just wanted to know how i can determine whether a NSStrings first character is a number.
3
votes
6answers
397 views
Problem randomizing number in Objective-C
I am trying to generate a random number between 0 and the size of my array:
float randomNum = (rand() / RAND_MAX) * [items count];
NSLog(@"%f",randomNum);
NSLog(@"%d",[items count]);
...
0
votes
2answers
385 views
Randomly shuffling a number sequence
I need help in randomly arranging number sequence in Obj-C for example,
1-4, it'll be 3,1,2,4 or 1,4,3,2. I know it involves this function arc4random().
Any suggestions/tips?
0
votes
1answer
41 views
Characters in DB displaying strangely
I'm creating a trivia iPhone app. I've written 1,000 questions or so in the mac app Numbers. The problem I'm having is that when I export the document to a CSV then open it in mySQL lite and save it ...
1
vote
2answers
666 views
adding zeros in objective-c string formats
Quick question: I am trying to fill in empty spaces with a specific number of zeroes in an NSString stringWithFormat formatting string. For example, I want:
@"The number is %d", 5 // I want this to ...
3
votes
4answers
2k views
How to convert a double to NSInteger?
Very simple question here. I have a double that I wish to convert back to a NSInteger, truncating to the units place. How would I do that?
0
votes
1answer
382 views
XIB Links and Phone Numbers detection color
I find that auto detection of links and phone numbers in xib textfields is very useful,
is it possible to change the color of the autodetected link or number?
thank you very much
MandarX
0
votes
1answer
179 views
Website which can make a call to a given phone number
Is there any website/server through which I can do a tie-up for doing following:
I will pass my user Id and a phone number.
Using my user Id, it will know who I am and what is my phone number.
3.1 ...
0
votes
4answers
177 views
How to code a “numbers pad” like Call application
Guys,
how can I do something like this in an iPhone app?
http://i.stack.imgur.com/wMOuA.png
I need to input a number but I want something like this, not a simple UITextField.
How?
Thanks!
0
votes
4answers
513 views
Check if a string contains letters and cancel them
I've got an UITextField and I need to allow only numbers, comma or point typing in this field.
How can I check if this string contains any character instead of these above and how can I ...
0
votes
1answer
301 views
What is the best way to manage number with currency?
In my application it's possible to store a price for every object and the user can also choose its preferred currency.
What is the best way to store and manage number with currency in iPhone SDK?
...
0
votes
1answer
1k views
Telephone number format should be international,Is there any Regex for phone number validation in iPhone
Telephone number should be international and user has to enter the complete phone number with country code.
For that I need a regex for formatting the phone number.
0
votes
1answer
657 views
Cocoa/Objective C: Convert numbers to strings using Japanese unicode characters
Converting numbers to strings is no problem, but the string created uses ascii numbers. I am inserting the number in a Japanese sentence. The character itself is correct, say 3, for example, but the ...
0
votes
2answers
916 views
set app badge number by rows in table view with core data
I'm developing an app that uses Core Data for save and retrieve data.
Now I would like to add a badge number on app's icon in the home screen but I have some problems...
I tried this code:
...
0
votes
2answers
126 views
cocoa accept international numbers
I have a calendar and can make local month names and short weekday names, for example weekdaynames with:
NSArray *weekdayNames = [[[[NSDateFormatter alloc] init] autorelease] shortWeekdaySymbols];
...
0
votes
4answers
763 views
Round division to upper integer
is there a simple way to round the result of a division to upper integer ?
I would like to have this :
18/20 -> 1
19/20 -> 1
20/20 -> 1
21/20 -> 2
22/20 -> 2
23/20 -> 2
... and ...
1
vote
3answers
2k views
iPhone: How to Extract a Numerical Value from a String?
Is it possible to extract a number from a string. For example, I have a string:
my name is shishir and my number is 98890876478
Can I extract on 98890876478 from the above string?
Or if my string ...
0
votes
2answers
327 views
obj-c : iphone programming disabling the round off of a number
i need to show a number to a user : 1.96666777 (timeHour)
moduloformat = [NSString stringWithFormat:@"%0.0f hours ",timeHour];
but it is rounding off the number automaticly. It gives "2" and i want ...
1
vote
2answers
81 views
iPhone Game Having a statement checked every 50 points
I've run into a little hurdle and wanted to see if somebody could help me!
I want to write an algorithm for an if statement that says:
if (for every 50 points)
{
//do something
}
I thought += 50 ...
0
votes
3answers
1k views
read gsm number from iphone through javascript
Is it possible through javascript to read the number from the iphone.
Lets say i have a html page where they have to fill in the gsm number, can javascript read the number from the phone and fill the ...
5
votes
6answers
6k views
Random number in iphone sdk?
How do you generate a random number when a button is clicked, and depending on that number, different actions take place.
I probably only need a random number from 1-10.
-(IBAction)buttonClicked{
...
0
votes
1answer
305 views
Getting Numbers From A CFDictionary For Use In Calculations, iPhone
I found this in my travels:
http://www.opensource.apple.com/source/IOKitUser/IOKitUser-502/ps.subproj/IOPSKeys.h
How would I get the values (as a number) of:
#define kIOPSMaxCapacityKey "Max ...
5
votes
3answers
8k views
How to verify input in UITextField (i.e., numeric input)
I am fairly new to iPhone development and I have what seems to be a simple question that I cannont figure out. How can I verify that a user input a number and a decimal into the text field?
I have ...