This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TextKitDemo] Fix ctor, we must use initWithCoder when loading from a…
… storyboard initWithCoder: is the designated initializer for views built from the storyboard since we are not creating the Cell programatically by calling RegisterClassForCell we must export initWithCoder: ctor to unmanaged world so when it needs to create a new cell it calls into our managed initWithCoder: and do the initialization we want.
- Loading branch information