iOS Question How do I connect a code module to a layout

davepamn

Active Member
Licensed User
Longtime User
At first, I thought creating a code module to the layout would be obvious by calling the code module the same name as the layout. It doesn't seem to work that way. Will you explain the steps to connecting a layout to a code module?
 

davepamn

Active Member
Licensed User
Longtime User
In b4a, I could associate behind code when the layout loaded or ran. It seems in b4i there is only one code that all the events are generated too
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
Well, I'm afraid that you are mixing up quite a few things.
Even for B4A !
You speak about a code module with an activity ?
If you have an Activity you have an Activit module ? Not a code module !!!
iOS is NOT Android !!!
You don't have ativities in iOS.
You have Pages, all in the same module.

If you have a concrete small project, showing the problem, we could look at, post it.
 
Upvote 0

davepamn

Active Member
Licensed User
Longtime User
I have it figured out. One Main module, Pages, and code modules and classes to abstract functions and methods.
 
Upvote 0
Top