ios - What is the Custom Class in Storyboard builder used for? -
i new ios development. saw few tutorials , examples editing custom class
in identity inspectors
, did not mention why did this.
what doing here?
thank you
this when subclass element used in storyboard - class use 1 initialized.
example: when creating custom uitableviewcell
various iboutlets
defined in subclass of uitableviewcell
, need somehow associate layout created in interface builder class itself. how it's done.
Comments
Post a Comment