ChandanAppdesk

FullFilterVC(Other Code)

Feb 26th, 2024
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Swift 0.41 KB | Source Code | 0 0
  1. FullFilterVC(Other Code)
  2.  
  3. // MARK: - FullFilterVC
  4. "full_filter_vc_page_title" = "Filter";
  5. "full_filter_vc_clear_all_button" = "Clear all";
  6. "full_filter_vc_search_button" = "Search";
  7.  
  8. extension UIViewController {
  9.     func popVC(animated: Bool = true) {
  10.         self.navigationController?.popViewController(animated: animated)
  11.     }
  12. }
  13. static let sliderHorizontal = UIImage(systemName: "slider.horizontal.3")
Advertisement
Add Comment
Please, Sign In to add comment