Tagged Questions
0
votes
2answers
43 views
UITextField font style not changing
I have the following problem - I want to change the UITextField font to a custom one. I am using this line of code:
textField.font = [UIFont fontWithName:@"fontname.ttf" size:20];
I want to use ...
0
votes
1answer
67 views
Obj C - Autocomplete
Hey I got a problem with a tutorial I found for autocompletion: It says -
Now, when the text in the text field has changed (ie: in the EditingChanged handler), just call the GetSuggestions method, ...
1
vote
6answers
131 views
Keyboard is not resigning
Sorry for asking such a stupid question here.
Actually i have a list of textfield in which i am moving to next textfield by clicking on next button.
Its working fine but in that textfields one is for ...
0
votes
1answer
43 views
scroller is not working(iphone)
I have added a scrollview to my view like following:
_scrollView = [[UIScrollView alloc] initWithFrame:self.view.frame];
_scrollView.contentSize = CGSizeMake(320, 600);
...
0
votes
1answer
240 views
Limit keyboard to Emoji
I have a text field that is only supposed to contain emoji characters. Is it possible to limit the user's keyboard to only emoji input, i.e. disable other keyboards?
0
votes
1answer
37 views
I want to get the content(NSString) whenever TextField content change
- ( BOOL ) textField: ( UITextField * )textField shouldChangeCharactersInRange: ( NSRange )range replacementString: ( NSString * )string {
NSString *strCurrent;
if ( range.length > 0 ) { // ...
0
votes
3answers
79 views
my textfield alert is not working?
I have a validation project in that i have some textfields with one submit button and a label if i click the submit button all textfield texts should be stored in Database and it should be show ...
0
votes
4answers
664 views
Is it possible to add done button inside the keyboard in iphone?
Currently i am working in iPhone application, Using UITextField to enter phone number, user enter the phone number, then how to hide the keyboard? because no return button here, Is it possible to add ...
0
votes
2answers
111 views
TextField Keyboard dosent dismises
I am working with an app in xcode. Am stuck in a problem. I have made a table View and made a cell where i want to display 3 textFields and Labels. I have done it through coding and assigned ...
0
votes
1answer
113 views
resignFirstResponder Dosent work for tagged TextField
Am new to iOS and Xcode. Am working with a simple calculator. I have a table view in which i added 30 textFields through code. I assign them tags.
Then i made the keyboard for textField of the ...
0
votes
1answer
204 views
In iOS - When touching a text field in a scroll view the view can not scroll
When trying to scroll a view by touching and dragging on a text field, similarly to how you would scroll around on the edit contacts view on the iPhone, the view will not move, touching and dragging ...
0
votes
3answers
72 views
Exit Keyboard in UITextField [duplicate]
I inserted a text field into my application and now there is no way for the keyboard to close. How would I get the keyboard to close? Maybe by a button or clicking outside the textfield or something? ...
0
votes
2answers
192 views
How I can add multiple textField in a single Loop?
I wants add multiple UITextFields in a single loop. And identify them when user interact with UITextFields . So please help me.
Thanks
Currently I place UITextField Individually, like this
...
0
votes
1answer
102 views
iPhone SDK - Adding text to a textfield through a button
I have a textfield on my app that I wanted to add letters to through a custom keyboard I've made using buttons. I'm just unsure as to how I can add a letter to a textfield through a button.
I also ...
0
votes
3answers
153 views
Check if NSMutableArray contains text from textfield
I want to check if the text inserted in a textfield is also in my NSMutableArray.
So let's say my NSMutableArray has these objects: "Hey, Hello, No, Yes".
Then when a user enters the text: "Hello" i ...
0
votes
1answer
312 views
xcode 4.3.2 - refering from a Text Field to a string member
I am new to xcode and objectiev-c. I could see a demo that make such a reference from a text field on the View to a string member of the class such that whenever the string is changed the contents of ...
0
votes
3answers
442 views
Xcode Passing Data
(iPhone Development Xcode 4.3)
Ive got a textfield on a view controller and an NSString on another controller. What I'm trying to do is to allow the user to enter a URL in the textfield and pass that ...
1
vote
1answer
333 views
how to send UITabBarController one tab view textfield value in to another tab view label.
I am using TabBarController with two tabs one is InputViewController and another tab is TableViewController. In this both viewController allocated in appDelegate file and added TabBarController. Now ...
1
vote
2answers
668 views
align text in uiTextField XX pixels to the right (xcode)
I have a custom background for an UITextField. But the first 20 pixels of the UITextField are taken by the design. The text should start 30 pixels from the left. I have searched quite a bit, but I ...
0
votes
3answers
2k views
xcode 4.2.1 - limiting character length in TextField
I have been trying to limit a textField by many codes available out there in the internet but with no luck.
I have added UIViewController<UITextFieldDelegate> in my header file
and ...
0
votes
1answer
293 views
xcode 4 - custom keyboard with two Text Fields
I have created a custom keyboard and I have two text fields. When the user clicks on one of them, the keyboard appears.
How can I know which text field is currently active so that I write what the ...
1
vote
1answer
848 views
xcode 4 - custom keyboard
Is there a way to stop the default keyboard and have my custom designed keyboard when user clicks on TextField ?
I already designed my buttons to be always available similar to a calculator. It has ...
1
vote
1answer
199 views
How to implement autocomplete textfield in iphone using threading
I have one url which i have to hit every time whenever user enters single character in textfield.Everytime the feeds changes and i have to store those result in an array and show it in autocomplete ...
0
votes
0answers
98 views
iPhone Targeting TextField in cell problems
I have a loginView with a tableView with customTableViewCells that looks like this:
http://i.imgur.com/0Q4A8.png
When I target any textField the header-size and the contentInset is reduced to give ...
2
votes
3answers
295 views
iPhone Text Field Only One Input Type
I have some text fields on my project.
I want that input types of text fields are only one type. For example credit card number text field's input must be only decimals and user enter another type ...
1
vote
3answers
1k views
background image TextField doesn´t appear
I have XCode 4.2
In interface builder i´m choosing a background image for my TextField but it just doesn´t appear. I did the same for a custom button and worked great. Don´t know what i´missing.
...
-1
votes
1answer
192 views
Iphone sdk - Generate local HTML
I need your help. How can I make it on SDK?
1) receive input from the user (TextField)
2) generate or write it to a html local file with text received of Textfield ( Html local )
0
votes
4answers
280 views
keyboard does not disappear from the view-iphone
I am havng one textfield and two textViews...while writting something in 1 conrol the keyboard is poped up...but when I want to shift on another control my keyboard doesn't let me write as it covers ...
0
votes
1answer
125 views
Disable rotation during textField editing?
is it possible to disable orientation rotating during textField editing? For example, it's possible to rotate app between portrait and landscape, but if you tap a text field in portrait, you can't ...
0
votes
1answer
396 views
AIR - StageWebView issue on iPhone when typing into a text field
I am using Adobe Flash Professional CS5.5 to build an iPhone app with AIR 3.
I am implementing the FacebookMobile flash API which uses a StageWebView to display the login form. Everything works fine ...
-1
votes
3answers
3k views
Dismiss keyboard of TextField programmatically
I know how to use the following method by Interface Builder.
-(void)dismissKeyboard
{
[testTextField resignFirstResponder];
}
In this way, when I touch the area outside the keyboard or tap the ...
0
votes
1answer
375 views
TextField Input, fonts are bigger when editing
When I test my Actionscript 3 flash program on my computer, there's nothing wrong. But when I transfer it to my iPhone and I click on the text I want to edit, I can edit it, but the characters grow ...
0
votes
2answers
67 views
How to edit text with a keyboard on the lauch of an application
I've got a textfield within my View. How can I be able to force the user to type within this textField on Launch. So push the keyboard in the View on Launch?
0
votes
1answer
262 views
Keyboard doesn't appear on Iphone
I have added to some rows from table view an TextField like this :
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString ...
0
votes
2answers
468 views
Add textfield and checkbox on tableview
In my Iphone app I have to add textfield at two rows of tableview and a checkbox to one row. Can anyone provide me an example that can help me. I am new on Iphone and I don't know how to start with ...
0
votes
1answer
99 views
Store user input, calculate and show in the end
I'm writing a program that calculates input a user gives, simple numbers. 2, 4, 7, 10, 12 and so on.
I need the program to store these inputs (that come in from different textfields) somehow. Use ...
4
votes
2answers
423 views
becomeFirstResponder not firing
I have a view controller whose viewDidLoad method invokes becomeFirstResponder on a textfield (email) contained within its associated view:
-(void) viewDidLoad {
[email becomeFirstResponder];
}
...
0
votes
4answers
1k views
EXC_BAD_ACCESS when using resignFirstResponder on textFieldShouldReturn for iphone
I have a textfield that i want to hide when the user presses the return button. the textfield was created in the interface builder, i added the textfield delegate in my .h file, and set the delegate ...
1
vote
2answers
276 views
How to send the text from textfield to another class?
In my app Iphone, I want to do a simple thing like : I have a GroupDetailViewController with a text Field and a button. When user press the button I want to send the text from textfield to another ...
0
votes
3answers
914 views
Styling textfield: iOS style
I wanted to make my own WebApp for testing so I will know what to do when I've got some serious stuff to do. I found some info about using HTML, CSS and Javascript to make the web app look like real ...
0
votes
2answers
766 views
Scrolling in a Scroll View when keyboard is up (like in the Notes Application iOS )
I could unhide my text field when the keyboard comes up, but the problem now is that I want the user to be able scroll in the view and see other stuff which was above the text field even when the ...
1
vote
2answers
658 views
After becomeFirstResponder textField doesn't send events to delegate
can anybody help me in such situation:
I have SigninController class with two textFields (as Outlets) txtLogin and txtPassword:
when I filled txtLogin, I call [txtPassword becomeFirstResponder] to ...
1
vote
2answers
666 views
UIPickerView realtime update on TextField
As soon as I scroll the PickerView (or) UIDatePicker, I need the value to get displayed on a TextField :
While Scrolling. Even when the picker is moving the text field should update itself. Is it ...
0
votes
1answer
355 views
help needed for combo box in iphone
Please help me to create drop down box using iphone. I tried in pickerview with textfield but not worked as my requirement can u suggest the url for to solve this problem. The data should come from ...
0
votes
1answer
245 views
Using input value of Textfield to calculate MD5
I met a problem while trying to passing the inputed strings of Textfield to calculate MD5.
When I just give a specified string, like abc, in my code, and do the MD5 calculation, it will return a ...
0
votes
1answer
265 views
TextField in UITable Scroll on KeyBoard
I have UITextField in UITableView and When I am clicking on the UITextField then I have moved the offset, But My Question is when the user scroll to next field then it show
weird behaviour some time ...
0
votes
5answers
3k views
How to make the textfield move up when keyboard covers it up
i have an application in which i have 2 textfields and a textview.when i click on the first textfield my keyboard popsup and theirs is no problem but when i type in the second textfield my keyboard ...
0
votes
2answers
1k views
How to get the data from custom tableview cell
I'm new to Iphone app dev. I struck up with a problem. I'm having the table view in that i inserted textfield in each row. I done the UI Part. But how can i get the values from the textfield in ...
0
votes
1answer
66 views
Keeping defined between functions
Is there anyway to keep something defined between multiple functions? I can have it defined in one, but outside of the {} it can't be used. I need to be able to fetch to see what the text from a ...
4
votes
3answers
3k views
how to get selected text from uitextfield in iphone?
I am working on Text to speech application in iPhone,
in which have a text field that takes input, i want user to select some portion of text from text field and my application will convert that ...

