iOS Question Start / exit moduel

Shay

Well-Known Member
Licensed User
Longtime User
Hi

Comparing to B4A,
In B4A I have many activity modules, each one is loading it's own layout

What is the correct way to do it here, meaning
how do I do:
Activity.finish
StartActivity(New)
 
Top