Skip to content

Commit

Permalink
πŸ› μΉ΄ν…Œκ³ λ¦¬ ν•„ν„° 톡신 μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
sery270 committed Jan 15, 2021
1 parent 51d0fe0 commit a2f8e61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CustomActionSheetFilterVC: UIViewController {
setButton(view: publicButton, isSelected: false)
setButton(view: unpublicButton, isSelected: false)


categoryCollectionView.showsHorizontalScrollIndicator = false
categoryCollectionView.delegate = self
categoryCollectionView.dataSource = self

Expand Down Expand Up @@ -72,9 +72,9 @@ class CustomActionSheetFilterVC: UIViewController {

@IBAction func applyButtonTapped(_ sender: Any) {


NotificationCenter.default.post(name: .init("categoryClose"), object: nil, userInfo: ["categoryId": selectedCategory , "selectedAv": selectedAvailablity ?? "all"])
self.dismiss(animated: true, completion: nil)

}

// @objc func getSelectedFilterInfo(_ notification: Notification) {
Expand Down

0 comments on commit a2f8e61

Please sign in to comment.