Closed beajco closed 5 years ago
Put breakpoint at line 23, before stepping over, check if the segmentedControl
is not nil
.
I tried on a new project.. That is the result sir.
I got it sir. The problem is i used segmented control and drag it to the controller and change it to 'ScrollableSegmentedControl' From @IBOutlet weak var segmentedControl : SegmentedControl! To @IBOutlet weak var segmentedControl : ScrollableSegmentedControl!
I solved it by, using UIView and changing the custom class to ScrollableSegmentedControl
help please. ty