Resize ui.View sheet
-
Is it possible to modify the size (width or height) of a ui.View presented as sheet ? All my tests don’t work !
Thanks.
-
@Enez-Houad before the present() yes, not after (I think)
import ui v = ui.View() v.frame = (0,0,600,100) v.present('sheet')