File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Coinone-iOS/Coinone-iOS/Source/ViewControllers Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ class GeoraesoVC: UIViewController {
212
212
weight: . light,
213
213
scale: . large) ,
214
214
forImageIn: . normal)
215
- button. addTarget ( self , action: #selector( touchUpFilterButton) , for: . touchUpInside)
216
215
217
216
return button
218
217
} ( )
@@ -410,15 +409,6 @@ extension GeoraesoVC {
410
409
411
410
}
412
411
413
- // MARK: - Action
414
- extension GeoraesoVC {
415
- @objc func touchUpFilterButton( ) {
416
- print ( " touchUp transPrice Filter Button " )
417
- self . stockList = self . stockList. sorted ( by: { $0. transPrice > $1. transPrice } )
418
- self . tableView. reloadData ( )
419
- }
420
- }
421
-
422
412
// MARK: - TableViewDelegate
423
413
extension GeoraesoVC : UITableViewDelegate {
424
414
func tableView( _ tableView: UITableView , viewForHeaderInSection section: Int ) -> UIView ? {
You can’t perform that action at this time.
0 commit comments