Showing
2 changed files
with
1 additions
and
0 deletions
No preview for this file type
... | @@ -184,6 +184,7 @@ struct MoreForYouView: View { | ... | @@ -184,6 +184,7 @@ struct MoreForYouView: View { |
184 | 184 | ||
185 | } | 185 | } |
186 | .frame(maxWidth: .infinity, maxHeight: .infinity ) | 186 | .frame(maxWidth: .infinity, maxHeight: .infinity ) |
187 | + .edgesIgnoringSafeArea([.bottom]) | ||
187 | // .frame(width:self.uiscreen.width, height:self.uiscreen.height ) | 188 | // .frame(width:self.uiscreen.width, height:self.uiscreen.height ) |
188 | } | 189 | } |
189 | } | 190 | } | ... | ... |
-
Please register or login to post a comment