Search code examples
Is the object retained when setting a property's ivar directly in -init?...


objective-cmemory-managementinstance-variablesdeclared-property

Read More
Difference between using self.variable and _variable when init these variables...


objective-cdeclared-property

Read More
Creating an object and setting a property in one line or two...


objective-cvariablesdeclared-property

Read More
Why would I create a property of a superclass only to use the subclass...


objective-coopinheritancetypingdeclared-property

Read More
Override a property to make it read-only from the subclass...


objective-ccocoa-touchinheritanceoverridingdeclared-property

Read More
Protect from adding object to NSMutableArray in public interface...


objective-ccocoaencapsulationdeclared-property

Read More
Autoit GUI, Variables not being declared on button press...


variablesuser-interfaceautoitdeclared-property

Read More
Set the properties of an NSObject from the values in an NSDictionary...


cocoa-touchnsdictionarydeclared-property

Read More
Should a BOOL ivar be a pointer to allow another class to set it?...


objective-cencapsulationinstance-variablesdeclared-property

Read More
Assignment to ivar in a Block via weak pointer...


objective-cautomatic-ref-countingobjective-c-blocksivardeclared-property

Read More
Memory efficiency of three properties compared to one NSDictionary...


performancecocoadeclared-property

Read More
Why are there only sometimes compiler errors when accessing a property without self?...


objective-ccompiler-errorsdeclared-property

Read More
Does setting a property on a property call the first property's setter?...


objective-caccessordeclared-property

Read More
Am I missing any points in my argument in favor of atomic properties?...


objective-cmultithreadingatomicdeclared-property

Read More
Inverting a BOOL property without using dot syntax...


objective-csyntaxdeclared-property

Read More
Using performSelector: to access BOOL property...


objective-ccocoadeclared-property

Read More
Do properties default to nil?...


objective-cinitializationinstance-variablesdeclared-property

Read More
Compiler error "use of undeclared identifier" when I remove my @synthesize statements...


objective-ccompiler-errorsclangsynthesizedeclared-property

Read More
Variable was not declared in this scope C++...


c++variablesdeclared-property

Read More
Why does Xcode automatically create variables with underscores?...


objective-cxcodedeclared-property

Read More
Trying to use copied NSMutableString property causes an exception...


objective-ccocoansmutablestringdeclared-property

Read More
myView.frame.origin.x = value; does not work - But why?...


objective-cstructvariable-assignmentdeclared-property

Read More
Why can't I access the auto-synthesized ivar?...


objective-cinstance-variablessynthesizedeclared-property

Read More
Why does the property declaration set a boolean attribute's type to NSNumber when having Xcode a...


ioscore-datansmanagedobjectdeclared-property

Read More
How to add some code to synthesized getter/setter while keeping synthesized code...


objective-ciosdeclared-property

Read More
Is there a difference between setting a property with the dot or the bracket syntax?...


objective-csyntaxdeclared-property

Read More
Xcode iPhone SDK (5.x) - Accessing a NSString inside AppDelegate...


delegatesdeclared-property

Read More
Using a C array as a property...


objective-carraysdeclared-property

Read More
Why doesn't this UIView get added as a subview under certain circumstances, but does under other...


objective-ciosgetter-setterivardeclared-property

Read More
BackNext