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
as in @IBOutlet weak var segmentView1: SJFluidSegmentedControl! @IBOutlet weak var segmentView2: SJFluidSegmentedControl1! @IBOutlet weak var segmentView3: SJFluidSegmentedControl2!
for e.g. i can have 3 tables in one view similar to that..
if i check segmentedControl == self.segmentView1 ( it crashes with nil )
The text was updated successfully, but these errors were encountered:
as in
@IBOutlet weak var segmentView1: SJFluidSegmentedControl!
@IBOutlet weak var segmentView2: SJFluidSegmentedControl1!
@IBOutlet weak var segmentView3: SJFluidSegmentedControl2!
for e.g. i can have 3 tables in one view similar to that..
if i check segmentedControl == self.segmentView1 ( it crashes with nil )
The text was updated successfully, but these errors were encountered: