iOS Question performClick

D

Deleted member 103

Guest
Hi,

this feature is available for Android, there is something for iOS?
B4X:
Public Sub SimulateClick(b As View)
    Dim r As Reflector
    r.Target = b
    r.RunMethod("performClick")
End Sub
 
D

Deleted member 103

Guest
Can you explain that?
For example, 4 Label with a click-event.
Label = label1, label2, label3, label4
Event = lbl_Click

How can I simulate the Click-event of label1?
B4X:
Sub lbl_Click
    Dim lbl As Label = Sender
    ...
End Sub

But now is anyway no longer necessary, I have another solution found.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…