Showing
2 changed files
with
2 additions
and
1 deletions
No preview for this file type
| ... | @@ -305,7 +305,8 @@ struct CouponsView: View { | ... | @@ -305,7 +305,8 @@ struct CouponsView: View { |
| 305 | ) | 305 | ) |
| 306 | 306 | ||
| 307 | } | 307 | } |
| 308 | - .frame(width:self.uiscreen.width, height:self.uiscreen.height ) | 308 | + .frame(maxWidth: .infinity, maxHeight: .infinity ) |
| 309 | +// .frame(width:self.uiscreen.width, height:self.uiscreen.height ) | ||
| 309 | } | 310 | } |
| 310 | } | 311 | } |
| 311 | #endif | 312 | #endif | ... | ... |
-
Please register or login to post a comment