List Question
20 TechQA 2013-12-06T08:28:25.717000Why does Apple use assign rather than weak to store a delegate?
330 views
Asked by user4951
Why doesn't this UIView get added as a subview under certain circumstances, but does under others?
258 views
Asked by maxedison
Is there a pattern to override a property?
2.2k views
Asked by Ding Curie
Does an object initialize automatically if it is the synthesized property of another object?
1k views
Asked by Horton Jackson
Quick inquiry about ivars scope
53 views
Asked by stumped
Trying to use copied NSMutableString property causes an exception
1.5k views
Asked by rustylepord
Will the compiler auto-synthesize an ivar for a property declared in a category?
1.4k views
Asked by IPaPa
Why can't I access the auto-synthesized ivar?
677 views
Asked by thiagocfb
Identifying properties in the header file vs. implementation file
131 views
Asked by zacharyscott
Safe mutation and usage of readonly property value in Objective-C APIs
301 views
Asked by AudioBubble
Are declared property attributes overridden when implementing custom accessor methods?
105 views
Asked by jeremywhuff
Setting default values for inherited property without using accessor
277 views
Asked by Ben Stock
Error using NSMutableString property "Attempt to mutate immutable object with appendString:"
1k views
Asked by Jaap Wijnen
When should I declare an instance variable rather than property in the header?
131 views
Asked by user3586299
Implicit conversion of an Objective-C pointer to 'int *' is disallowed with ARC after move property to .h file
1.6k views
Asked by armnotstrong
Why make an IBOutlet variable an ivar (not a property)?
177 views
Asked by asdfkjaasdflf
Why can I not use dot notation in "independent" blocks?
145 views
Asked by gaosboy
Enforcing copy semantics for users of my Objective-C class
94 views
Asked by Mark Bernstein
Set the properties of an NSObject from the values in an NSDictionary
788 views
Asked by Zigglzworth