Skip to content

Commit a611ff0

Browse files
authored
Merge pull request #19 from BE-SOPT-Collaboration-Seminar-Coinone/feature/#2
[FIX] 필터버튼수정
2 parents 9a9e768 + 0bd7d97 commit a611ff0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Coinone-iOS/Coinone-iOS/Source/ViewControllers/GeoraesoVC.swift

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ class GeoraesoVC: UIViewController {
212212
weight: .light,
213213
scale: .large),
214214
forImageIn: .normal)
215-
button.addTarget(self, action: #selector(touchUpFilterButton), for: .touchUpInside)
216215

217216
return button
218217
}()
@@ -410,15 +409,6 @@ extension GeoraesoVC {
410409

411410
}
412411

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-
422412
// MARK: - TableViewDelegate
423413
extension GeoraesoVC: UITableViewDelegate {
424414
func tableView(_ tableView: UITableView, viewForHeaderInSection section: Int) -> UIView? {

0 commit comments

Comments
 (0)