Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FullFilterVC(Other Code)
- // MARK: - FullFilterVC
- "full_filter_vc_page_title" = "Filter";
- "full_filter_vc_clear_all_button" = "Clear all";
- "full_filter_vc_search_button" = "Search";
- extension UIViewController {
- func popVC(animated: Bool = true) {
- self.navigationController?.popViewController(animated: animated)
- }
- }
- static let sliderHorizontal = UIImage(systemName: "slider.horizontal.3")
Advertisement
Add Comment
Please, Sign In to add comment