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 04-13-2009, 01:32 AM   #1 (permalink)
New Member
 
Join Date: Apr 2009
Posts: 3
Default Superclass problem

Hello there, I need access the my superclass but I can't, my problem:

UIImageView ClassA
\/
UIImageView ClassB

In ClassA I declared the "a" attribute and I access that into ClassB on TouchBegan event, but I can't. How do I can access it ?
My "ClassA.h":#import <UIKit/UIKit.h>


@interface ClassA : UIImageView {

int last_pos;

}

@property(nonatomic, readwrite) int last_pos;

@end

Thanks
balancin is offline   Reply With Quote
Old 04-13-2009, 01:50 AM   #2 (permalink)
Senior Member
iPhone Dev SDK Supporter
 
smasher's Avatar
 
Join Date: Jul 2008
Location: San Mateo, CA (San Fran)
Posts: 3,858
Default

Quote:
Originally Posted by balancin View Post
Hello there, I need access the my superclass but I can't, my problem:

UIImageView ClassA
\/
UIImageView ClassB

In ClassA I declared the "a" attribute and I access that into ClassB on TouchBegan event, but I can't. How do I can access it ?
My "ClassA.h":#import <UIKit/UIKit.h>


@interface ClassA : UIImageView {

int last_pos;

}

@property(nonatomic, readwrite) int last_pos;

@end

Thanks
How did you declare ClassB? If you want it to inherit from ClassA (and inherit the properties you added to ClassA) then you need to declare it as:

@interface ClassB : ClassA {
__________________

Free Games!
smasher is offline   Reply With Quote
Reply

Bookmarks

Tags
access, class, objective-c, property, superclass

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: 259
20 members and 239 guests
2WeeksToGo, ADY, BrianSlick, dacapo, Dani77, Dattee, Duncan C, headkaze, IphoneSdk, jemicha, kapps11, mer10, mgon987, Punkjumper, sneaky, timle8n1
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,879
Threads: 89,228
Posts: 380,743
Top Poster: BrianSlick (7,129)
Welcome to our newest member, mgon987
Powered by vBadvanced CMPS v3.1.0

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