sasojadrovski / SJFluidSegmentedControl

A segmented control with custom appearance and interactive animations. Written in Swift 3.0.
MIT License
973 stars 76 forks source link

can i have 3 segmented control in one view control #10

Open solarisis opened 7 years ago

solarisis commented 7 years ago

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 )