Skip to content

Instantly share code, notes, and snippets.

@semyaniv
Created August 27, 2019 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semyaniv/a7a2eba973bc08f5d73e14c2d504471a to your computer and use it in GitHub Desktop.
Save semyaniv/a7a2eba973bc08f5d73e14c2d504471a to your computer and use it in GitHub Desktop.
iOS Camera with custom Filters. Part 1. ViewController.swift
final class ViewController: UICollectionViewController {
@IBOutlet private weak var editBarButton: UIBarButtonItem!
@IBOutlet private weak var rightBarButton: UIBarButtonItem!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment