List Question
20 TechQA 2021-10-28T22:53:36.113000How do we hide private class when using it in Objective-C?
132 views
Asked by allenlinli
I created an instance of NSArray, whereas whose class is not NSArray but __NSArrayI?
207 views
Asked by Leo
Using a NSString subclass in UILabel et.al
82 views
Asked by Avba
Why my code did not get into [super init] function?
82 views
Asked by lxyzk
Objective-c - Recommended pattern to cascade decision making in a class cluster
143 views
Asked by Avba
Inherit from NSNotification
375 views
Asked by 7ynk3r
How can i implement the same behaviour as in cluster pattern by apple (NSString and NSCFString)
115 views
Asked by Saurav Nagpal
Custom class clusters in Swift
5.5k views
Asked by James Billingham
Class cluster with ARC
204 views
Asked by Stefan Jager
Creating a class cluster in objective c - methods called on abstract super class?
922 views
Asked by Sean Danzeiser
Cluster initializers with ARC
288 views
Asked by Brian Nickel
How to get the name of the "top" class in a class cluster?
249 views
Asked by Marin Todorov
Class cluster with clang: how to use `__attribute__((objc_method_family(none)))`?
1.2k views
Asked by Jean-Denis Muys
Difference between these two NSString methods
1.7k views
Asked by Jason
Is subclassing NSNotification the right route if I want to add typed properties?
1.9k views
Asked by Undistraction
Objective-C class clusters and private class initializers
845 views
Asked by Eimantas
Error with NSNumber Category because of NSCFNumber
778 views
Asked by Brian
Objective C - Subclassing NSArray
4.9k views
Asked by aryaxt
How to create a "class cluster" (factory class with instances of concrete subclasses) in Ruby?
563 views
Asked by Stiivi