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 > Mac OS X Development Forums > Objective-C, Python, Ruby Development

Reply
 
LinkBack Thread Tools Display Modes
Old 11-09-2011, 07:17 PM   #1 (permalink)
Registered Member
 
Join Date: Nov 2011
Posts: 2
falconfei is on a distinguished road
Lightbulb the question with @property

I wan't to know the "@property" meaning in class.
falconfei is offline   Reply With Quote
Old 11-10-2011, 03:27 PM   #2 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 280
dapis is on a distinguished road
Default

Quote:
Originally Posted by falconfei View Post
I wan't to know the "@property" meaning in class.
Any objective C book or a Google search will answer this in a flash.
dapis is offline   Reply With Quote
Old 11-11-2011, 12:00 AM   #3 (permalink)
Registered Member
 
Join Date: Jul 2011
Posts: 22
Krillere is on a distinguished road
Default

This really is some basic Objective-C stuff. You use it for getter and setter methods. Something like this:

In header file:
Code:
@property (readwrite, assign) int _myInt;
Then inside the class file:
Code:
@synthesize _myInt;
Now you can call stuff like
Code:
MyClass *myInstance = [[MyClass alloc] init];
myInstance._myInt = 1337;
or if it's a method in the same class
Code:
self._myInt = 707;
Krillere is offline   Reply With Quote
Reply

Bookmarks

Tags
objective-c iphoneos

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: 496
14 members and 482 guests
AlanFloyd, andyzaharia, AppsBlogger, David-T, HemiMG, iAppDeveloper, imac74, Jaxen66, lovoyl, mutantskin, Paul Slocum, tiendung2992, unicornleo, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,684
Threads: 94,131
Posts: 402,932
Top Poster: BrianSlick (7,990)
Welcome to our newest member, tiendung2992
Powered by vBadvanced CMPS v3.1.0

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