I'd like to provide a failable initializer to an NSObject subclass for the initialization without parameters. My overall goal is to return nil this class is initialized on an OS version less than 8.0. I'd like to provide a failable initializer to a
I'd like to provide a failable initializer to an NSObject subclass for the initialization without parameters. My overall goal is to return nil this class is initialized on an OS version less than 8.0. I'd like to provide a failable initializer to a