+ 1

How to build good apps ?

hy i'm new to swift programming , i have few question about design . when i'm design should i use a storyboard for all my design or seperate them into few stoaryboard or should i design from code ? other thing that bother me is about tableview should i make a new tableview each time i need it ? or i can use 1 tableview for my whole project ? (sorry my bad english)

18th Feb 2017, 5:57 PM
Mic Lim
Mic Lim - avatar
2 Respostas
+ 1
Hey mate..... It's all depends on the requirements of your application. If your application needs more view controller's (Just for an example, suppose your application have 40+ view controlles) than it is better you should use multiple storyboards because by using it you can easily manage all the things within your application code. For designing​ query: Either you can use static design or you can use dynamic (ie. you can design through coding) it's also depends on you. Both things have their pros and cons. So you have to decide it which one is the best option for you. For table view query: Suppose that you require table view on 3 to 4 different view controllers than obviously you have to use separate table views on the different controllers. Otherwise How can you manage multiple things for multiple purpose within single option? am I right? Hope my answer clear your doubts.
19th Feb 2017, 9:22 AM
Chintan Maisuriya
Chintan Maisuriya - avatar
0
thanks for the answer
1st Mar 2017, 8:34 AM
Mic Lim
Mic Lim - avatar