[PrettyTableViewCell] Correctly initialize from a storyboard.#25
[PrettyTableViewCell] Correctly initialize from a storyboard.#25fabiopelosin wants to merge 1 commit intovicpenap:masterfrom
Conversation
UIStoryboard calls `initWithCoder:`.
|
That's cool! Have you tried the other cells too? They also have initialization code on initWithStyle: method. |
|
I haven't tried the other cells but I think that the same logic applies. One note, |
|
Ok, so the other cells would need to extract the initialization from It's ok for me to change the common initializer. You can choose |
|
I'm affected of this issue too. i've merged this pull request and now custom cells works as expected from storyboards |
UIStoryboard calls
initWithCoder:.