Post

Replies

Boosts

Views

Activity

Comment on UIPickerView row descriptions
To get a better result (having "Std" appear during scrolling and disappearing from previous selection, you need to intercept the scroll position. See discussion here:      https://stackoverflow.com/questions/5237696/read-position-of-uipickerview-while-scrolling
Topic: Programming Languages SubTopic: Swift Tags:
May ’22
Comment on Accessing Buttons Through Different View Controllers
Note that notification will work only if FirstViewController is loaded when you tap in SecondViewController (that is the case if you are in a navigation stack or if you present modally). Otherwise, you could save to userDefaults (in SecondViewController) and read userDefaults to set the button1 enabled or disabled in viewWillAppear in FirstViewController
Topic: UI Frameworks SubTopic: SwiftUI Tags:
May ’22