Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Last active May 17, 2017 20:38
Show Gist options
  • Save farhan-syed/d0cf2ee39259ec72ff3ef0c108e19043 to your computer and use it in GitHub Desktop.
Save farhan-syed/d0cf2ee39259ec72ff3ef0c108e19043 to your computer and use it in GitHub Desktop.
class DisplayTableViewController: UITableViewController, UISearchBarDelegate {
let context = (UIApplication.shared.delegate as! AppDelegate).persistentContainer.viewContext
var items: [Item] = []
var selectedIndex: Int!
var filteredData: [Item] = []
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment