navcontrol

  1. M

    iOS Code Snippet Keep Track of Pages (getCurrentPage) [e.g. Access Network Dialog workaround]

    Hi everyone, i want to share a stupid piece of code that could be useful (to me it did). I had the need to know what was the page displayed when Application_Active sub is fired -> this is the post What I did Create a code module where i save all the useful functions and created a single...
  2. M

    iOS Question Get name of current page on Resume (Application_Active)

    Hi everyone, i was trying to replicate the Activity_Resume of B4A in iOS. There is the Application_Active, but the problem is that i need to do page related things. Example User opens the app on Page 0, then he go to Page1, then the user sends the app to background. Then he resume the app, so...
Top