Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-21-2011, 07:35 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 81
Ammad is on a distinguished road
Question Keyboard is not Responding !!!

Hi all,
I'm working on Custom UIAlertView, in which I have UIScrollView and in that ScrollView I have UIImage, UITableView, and UITextView and some UIButtons.
When I tap on UITexView and try to write something on UITextView, the Keyboard appears but KEYBOARD IS NOT RESPONDING, I could not write anything.
Then I set UITextView's Text @"My Description..." , and tried to delete it and Delete Key is responding PERFECTLY but All other Alphabets' and Numerics' Keys are not responding.
Code:
.h
<UITextViewDelegate>

.m
myTextView.delegate = self;
myTextView = [[UITextView alloc]initWithFrame:CGRectMake(25, 640, 250, 60)];
myTextView.textColor = [UIColor blackColor];
myTextView.text = @"My Description....";
myTextView.keyboardType = UIKeyboardTypeDefault;
myTextView.returnKeyType = UIReturnKeyDone;
[myScrollView addSubview: myTextView];
I also Implemented the UITExtView's Delegates
Code:
- (BOOL)textViewShouldEndEditing:(UITextView *)textView
{
	[textView resignFirstResponder]
	return YES;
}

- (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range 
 replacementText:(NSString *)text
{
    if ([text isEqualToString:@"\n"]) {
	[textView resignFirstResponder];
	return FALSE;
	}
    return TRUE;
}
I don't know what is going wrong in here and I need Your Help.
Thanks.

Last edited by Ammad; 08-21-2011 at 07:46 AM.
Ammad is offline   Reply With Quote
Old 08-28-2011, 04:03 PM   #2 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 81
Ammad is on a distinguished road
Default

I want Help Please....
Ammad is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 398
14 members and 384 guests
7twenty7, chiataytuday, cristofercolmbos, dedeys78, fiftysixty, gmarro, iOS.Lover, jonathandeknudt, Matrix23, raymng, stanny, tymex, UMAD, xerohuang
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,669
Threads: 94,121
Posts: 402,903
Top Poster: BrianSlick (7,990)
Welcome to our newest member, dedeys78
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 04:12 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0