Ashish Naik
Ashish Naik
This saved my day. Thank you.
@dzenbot Could you please look at this issue? Thanks Ashish
Mohan, Did your issue resolve?
I have a customer activity view as below. It doesn't show. ``` import UIKit class ProgressHUD: UIVisualEffectView { var text: String? { didSet { label.text = text } } let...
I am not animating anything in the view controller. i tried animate block and change of userInterfaceStyle in switch row. it still affects UISegmentControl. The form elements loads from left....
When i present Preferences View controller in full screen, UISegmentControl works normally. This worked in non full screen but don't get the animation to work. This is not an issue...
Yes But this doesn't happen in example project. Another issue i noticed is how the UISwitch changes colour first appearing as square. Don't know what is causing this strange behaviour....
@mats-claassen Any suggestion or solution I can use?
it is in viewDidLoad and one form variable and multiple sections.
Thanks. This worked. and found solution to prevent titles getting animated [here](https://stackoverflow.com/a/46582807/430690) by adding `layoutIfNeeded()` but UISwitch still becomes square during animation duration.