I am not sure you should be able to define the corner_radius of a sheet. But it would be helpful if you could . Eg, if you try to make a std view in a sheet, the corner_radius gets in the way. On the bottom of the view, also on the top of the view if you set 'hide_title_bar' = True.
I can see why sheet is like this for iOS. But I think in Pythonista the sheet can be thought of a little differently. Meaning people may choose to implement a full interface in a sheet view, I am guessing this never happens in iOS.
But the below is not nice.
I am not sure you should be able to define the corner_radius of a sheet. But it would be helpful if you could . Eg, if you try to make a std view in a sheet, the corner_radius gets in the way. On the bottom of the view, also on the top of the view if you set 'hide_title_bar' = True. I can see why sheet is like this for iOS. But I think in Pythonista the sheet can be thought of a little differently. Meaning people may choose to implement a full interface in a sheet view, I am guessing this never happens in iOS.
But the below is not nice.