Inability to create my CIFilter classes from string
问题 After creating this question myself about the inability to create my own UIImageView classes by name I am facing a similar problem, this time for CIFilter subclasses that are not solved by the accepted answer on the other question. Said that, this is the problem. I am creating subclasses of CIFilter class, something like MyEffectFilter1 , MyEffectFilter1 , etc. These subclasses have this convenience method for the creation of specific images: + (instancetype)novo { MyEffectFilter1 * newFilter