Khoa Nguyen
Results
2
comments of
Khoa Nguyen
You can use: chartView.clear()
You can use this: ``` firstPicker.tableWillAppear { self.view.bringSubview(toFront: self.firstPicker) self.view.sendSubview(toBack: self.secondPicker) } ``` Note that you have to put 2 pickers in a same view.