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

sdkIQ for iPhone
($4.99)

Your First iPhone App
($1.99)

iPhone Code Generator
($9.99)

Dual Matches
($0.99)

Calcuccino Programmers' Calculator
($2.99)

SDKtoday
(free)

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 02-08-2010, 06:26 PM   #1 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 63
Default keyboard on flipside

I'm using the "Utility" template with the flipside view. I have put a UITextField on the flipside. However, when the UITextField is clicked on, nothing happens. No cursor, and no keyboard. It works fine when the TextField is put on the front, but on the flip side it does not. How do I fix this?
qwertyp is offline   Reply With Quote
Old 02-09-2010, 05:18 PM   #2 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 63
Default

Bump

I should also mention that I have set the main view as firstResponder.
qwertyp is offline   Reply With Quote
Old 02-10-2010, 04:36 PM   #3 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 63
Default Change firstResponders mid program

A new development. I have found that if I take out the code that makes the main view firstResponder(see below), the UITextView works fine on the flipside, keyboard and all. So now I think I have to make it so that the flipside view gets set to be firstResponder when it loads. I have put the below code in its view controller, but that doesn't work. Can someone help?

Code:
- (void)viewDidAppear:(BOOL)animated{
	[super viewDidAppear:animated];
	[self becomeFirstResponder];
}

-(BOOL)canBecomeFirstResponder {
    return YES;
}
qwertyp 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
» Stats
Members: 41,861
Threads: 49,770
Posts: 213,057
Top Poster: BrianSlick (3,139)
Welcome to our newest member, melodizzzy
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 07:01 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0