iOS Question Single module for multiple pages or multiple modules?

Carthalion

Member
Licensed User
Longtime User
What are the trade offs between a single module with multiple pages vs. multiple modules?

My primary concern when designing software is for optimizing the program for loading and performance. I do need to send values from one page to another. Or one module to another.

Based on this, is there a better choice?
 

ilan

Expert
Licensed User
Longtime User
So just to understand it, calling a sub from a code module is the same like calling a sub in the same activity (page)? same performance?
 
Upvote 0
Top