Open asper1988 opened 7 years ago
I have resolved this issue by below line of code in initSegmentControl() method.
It works for me.
for view in segmentControl.subviews { view.backgroundColor = UIColor.blue }
@asper1988 You should use backgroundColor property instantly, I've removed contentBackgroundColor property in new version.
Property contentBackgroundColor is set to scroll view only in init() method so customizing it after initialization has no result. Could you please fix contentBackgroundColor handling?