Post

Replies

Boosts

Views

Activity

Comment on StackView animation
I have a stackView set up on storyboard:    @IBOutlet private var stackView: UIStackView! and two subviews added to it. Given a condition, I want to hide/show them: primaryButton.isHidden = !hasPrimaryButtonTitle backwardButton.isHidden = !hasBackwardButtonTitle
Topic: UI Frameworks SubTopic: UIKit Tags:
Apr ’22
Comment on StackView animation
I have a stackView set up on storyboard:    @IBOutlet private var stackView: UIStackView! and two subviews added to it. Given a condition, I want to hide/show them: primaryButton.isHidden = !hasPrimaryButtonTitle backwardButton.isHidden = !hasBackwardButtonTitle
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on Custom font for Swift Playground App
It worked! Thank you very much
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22