iOS Question PageViewController, TabBarController events, properties and methods

b4auser1

Well-Known Member
Licensed User
Longtime User
I read tutorials
https://www.b4x.com/android/forum/threads/application-life-cycle.45935/
https://www.b4x.com/android/forum/threads/layouts-pages-and-viewcontrollers.45942/
https://www.b4x.com/android/forum/threads/pageviewcontroller.59290/
https://www.b4x.com/android/forum/threads/navigationbar-inside-tabbarcontroller.50653/

and references
https://www.b4x.com/b4i/help/core.html

There is reference for NavigationController and Page, but I didn't find complete reference manual for PageViewController, TabBarController events, properties and methods

Where can I find the reference manual ?
 

b4auser1

Well-Known Member
Licensed User
Longtime User
Did you have a look at chapter 12 User Interfaces in the B4i Beginner's Guide ?
Yes. But still did not find complete reference manual for TabBarController and there is no any mention of PageViewController.
 
Upvote 0

b4auser1

Well-Known Member
Licensed User
Longtime User
You can use a tool such as this one to see the same documentation:
I don't know where the Tool obtains information, but unfortunately it is not complete.
F.e. Using Tool (see attached file below) I didn't find description of
B4X:
Private Sub Page1_Resize(Width As Int, Height As Int)
 

Attachments

  • sshot-2016-03-02-[11-07-43].png
    sshot-2016-03-02-[11-07-43].png
    6.6 KB · Views: 298
Upvote 0
Top