Enez Houad
Jan 18, 2019 - 10:10
Is it possible to modify the size (width or height) of a ui.View presented as sheet ? All my tests don’t work !
Thanks.
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')