Is it possible to create different .xib files using a single class iphone sdk
Posted
by neha
on Stack Overflow
See other posts from Stack Overflow
or by neha
Published on 2010-05-19T10:04:08Z
Indexed on
2010/05/19
10:20 UTC
Read the original article
Hit count: 275
Hi all,
In my application,I need to load different .xib in different tableView cells depending upon the category of data which I'm getting from parser. I wanted to ask that is it possible to create different .xibs belonging to same class as it'll reduce the load as I have almost 13 categories so 13 .xib files.
Thanks in advance.
© Stack Overflow or respective owner