iOS Question Tab bar click events

MitchBu

Well-Known Member
Licensed User
Longtime User
I searched the forum to see how to get events from click on tab bar icons, and found this but it never fires:

B4X:
Sub EventName_BarButtonClick (Tag As String)

How do I get which icon was clicked ?

TIA
 

MitchBu

Well-Known Member
Licensed User
Longtime User
I will not do like some who say they solved it, without saying how...

The solution was
B4X:
Sub Page1_BarButtonClick (Tag As String)

Case closed :)

Now, on to the next puzzle. Planning to convert my Android app to iOS. That promises to be something :p
 
Upvote 0
Top