This may be a foolish question.but I want to know,,,,
In my iPhone Application I have so many classes and Xib files (Like 12 to 15).Is it ok to have it like that???…
Is there any limitation for number of classes……?????…..
Does it affect the performance of the app????….
Thanks.
It is actually a good practice to keep individual xibs for individual screens.
If your application has more functionality, then obviously you would have more code.
Just make sure you organize & refactor the code properly.
As for performance, it would improve when you “lazy load” and release properly 🙂