Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. ScrollView(.horizontal, showsIndicators: false) {
  2.  
  3. }.frame(height: 70)
  4. Now, let's add a few of our recently created PreviewViewTop instances inside it:
  5.  
  6. ScrollView(.horizontal, showsIndicators: false) {
  7. HStack {
  8. PreviewViewTop()
  9. PreviewViewTop()
  10. PreviewViewTop()
  11. PreviewViewTop()
  12. PreviewViewTop()
  13. PreviewViewTop()
  14. }
  15. }.frame(height: 70)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement