Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
687 views

SwiftUI: Start/stop timer when View appears/disappears

I've got a view where I show a document (basically a background image with some emojis on it). There are multiple documents in my NavigationView and whenever I load a a document (DocumentView gets ...
Remo's user avatar
  • 1,392
1 vote
0 answers
1k views

Disable ScrollView bounces of a single view - SwiftUI

How can I disable ScrollView bounces of a single view without affecting the others? UITableView.appearance().bounces = false If I initialize this code it disable bounces of all ScrollView istance. Is ...
xmetal's user avatar
  • 791