I have one iOS project with no storyboard or xib file at all,
so now the client would like to create one function that can show news feed in table view.
I may develop the function using previous method, without xib or storyboard, however I would like to use either Interface builder or storyboard since it is way easier.
My question is, can I do this?
and if I can, may someone teach me step by step how to link the storyboard or IB with my project?
Thank You.