Can’t set cell title’s text

Since you declared title and text as properties, but for some reason get the exception: [Notez setTitle:]: unrecognized selector sent to instance, apparently I can only make another guess here. Usually, when declaring a property, you get a setter and a getter method for it. This way you can omit writing these by hand if … Read more