D
Deleted member 103
Guest
Hi,
with this Android code you can rotate an activity into an axis. Is there a function under iOS?
with this Android code you can rotate an activity into an axis. Is there a function under iOS?
B4X:
Public Sub setRotationY(v As View, Angle As Float)
Dim jo = v As JavaObject
jo.RunMethod("setRotationY", Array As Object(Angle))
End Sub