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 03-28-2011, 06:31 AM   #1 (permalink)
Registered Member
 
Join Date: Apr 2010
Posts: 17
erritikamathur is on a distinguished road
Default Cant type text in UITextview Within UIActionsheet

Code:
addNotesMenu = [[UIActionSheet alloc] initWithTitle:@"Add notes"
													  delegate:self
											 cancelButtonTitle:nil
										destructiveButtonTitle:nil
											 otherButtonTitles:nil,nil];
	
	
	
	addNotesTxtView		= [[UITextView alloc] initWithFrame:CGRectMake(10, 50, 300, 300)];
	
	addNotesTxtView.delegate			= self;
	addNotesTxtView.editable			= YES;
	addNotesTxtView.userInteractionEnabled=YES;
	
	addNotesTxtView.textColor			= [UIColor blackColor];
	
	addNotesTxtView.font				= [UIFont fontWithName:@"Georgia" size:18.0];
	
	
	
	[addNotesMenu addSubview:addNotesTxtView];
i have a UIActionsheet in which UItextview is added
i have set editable property of uitextview to YES.
But still i can't type anything in uitextview.
textViewDidBeginEditing delegate is called but textViewDidEndEditing isn't called & i cant see the any character typed in uitextview..

I have also add some buttons to actionsheet they are responding as they use to.wht i am missing ?
erritikamathur is offline   Reply With Quote
Reply

Bookmarks

Tags
not editable, text, uiactionsheet, uitextview

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: 371
13 members and 358 guests
condor304, dansparrow, Domele, dre, dreamdash3, ilmman, LezB44, michelle, Objective Zero, Sami Gh, shagor012, thephotographer, tinamm64
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,663
Threads: 94,119
Posts: 402,896
Top Poster: BrianSlick (7,990)
Welcome to our newest member, LezB44
Powered by vBadvanced CMPS v3.1.0

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