Re-usable views or xibs for use with UIStoryboard
Posted
by
Leonardo
on Stack Overflow
See other posts from Stack Overflow
or by Leonardo
Published on 2012-06-30T18:12:59Z
Indexed on
2012/07/03
3:15 UTC
Read the original article
Hit count: 176
I find it very convenient to use storyboards, especially to have (and show) an overview of the application.
However, I also find it very annoying to replicate the same code and views without the possibility to keep at least a reusable library of the most common xibs.
This is especially true with UITableView
and its cell.
Did some of you have had any idea or best practice to share for dealing with this issue?
© Stack Overflow or respective owner