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

Mockup & CodeGen, iPhone & iPad
($9.99)

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

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

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

Reply
 
LinkBack Thread Tools Display Modes
Old 06-24-2009, 12:51 PM   #1 (permalink)
New Member
 
Join Date: Jan 2009
Posts: 15
Default Using UIKit elements in Cocos2D

Hi. I tried posting this question in the cocos2d forums, but I've had no luck getting an answer. I managed to place a UITextView in my cocos2d view, however I cannot get events to properly work with it.

Code:
CGRect frame = [[[Director sharedDirector] openGLView] frame];
UITextView * nameView = [[UITextView alloc] initWithFrame:frame];
[nameView setReturnKeyType:UIReturnKeyDone];
[[[Director sharedDirector] openGLView] addSubview:nameView];
I tried adding this in my .h file:

Code:
@interface EndGameLayer : Layer <UITextViewDelegate> {
I would like to use these events:

Code:
- (void)textViewDidBeginEditing:(UITextView *)textView {
- (bool)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text {
If anyone can even point me in the right direction, any help would be greatly appreciated! Thanks!
mistergoomba is offline   Reply With Quote
Old 03-19-2010, 09:14 PM   #2 (permalink)
iPhone SDK learner
 
Join Date: Feb 2010
Location: Illinois, USA
Posts: 417
Default

bump
I know this an old post, but now i'm having the same problem. I can't assign the delegate to 'self' or [[UIApplication sharedApplication] delegate] or MyAppDelegate.
Batman 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: 249
24 members and 225 guests
ADY, AragornSG, bookesp, chillyh, dacapo, Dani77, Davey555, Dominus, dre, glenn_sayers, HemiMG, JasonR, karlam963, LEARN2MAKE, M.A.S., marshusensei, mer10, nobre84, Oral B, prchn4christ, Raggou, Rudy, spiderguy84, themathminister
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,230
Posts: 380,765
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

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