You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to use from viewDidLoad or from viewWillAppear, it doesn't work at all. However viewDidAppear it is not very suitable for it, because it shows colors and scrolls only after. It looks like a bug.
The text was updated successfully, but these errors were encountered:
viewDidLoad it's a good place to initialize variables. The thing is that the ColorPicker initializers ignore preselectedIndex but it definitely can be handled, right?
I mean does it really matter when we change preselectedIndex? In a logical sense. It doesn't ignore other variables though.
I tried to scroll this Picker to a default value, and unfortunately, it works only from viewDidAppear.
If I try to use from viewDidLoad or from viewWillAppear, it doesn't work at all. However viewDidAppear it is not very suitable for it, because it shows colors and scrolls only after. It looks like a bug.
The text was updated successfully, but these errors were encountered: