{"id":15038706,"url":"https://github.com/pratikpanchal13/patrickmultipleselectiontableview","last_synced_at":"2025-04-09T23:54:03.556Z","repository":{"id":56921379,"uuid":"87054174","full_name":"pratikpanchal13/PatrickMultipleSelectionTableview","owner":"pratikpanchal13","description":"TableView Multiple Selection","archived":false,"fork":false,"pushed_at":"2017-09-15T11:25:40.000Z","size":316,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T23:53:10.064Z","etag":null,"topics":["ios","multiple","selection","swift-3","uitableview"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pratikpanchal13.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-03T08:38:51.000Z","updated_at":"2024-01-27T00:38:58.000Z","dependencies_parsed_at":"2022-08-21T04:50:44.553Z","dependency_job_id":null,"html_url":"https://github.com/pratikpanchal13/PatrickMultipleSelectionTableview","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpanchal13%2FPatrickMultipleSelectionTableview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpanchal13%2FPatrickMultipleSelectionTableview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpanchal13%2FPatrickMultipleSelectionTableview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pratikpanchal13%2FPatrickMultipleSelectionTableview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pratikpanchal13","download_url":"https://codeload.github.com/pratikpanchal13/PatrickMultipleSelectionTableview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248131453,"owners_count":21052819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","multiple","selection","swift-3","uitableview"],"created_at":"2024-09-24T20:39:48.764Z","updated_at":"2025-04-09T23:54:03.531Z","avatar_url":"https://github.com/pratikpanchal13.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":" \n![alt text](https://github.com/pratikpanchal13/PatrickMultipleSelectionTableview/blob/master/Pratik.gif)\n\n# PatrickMultipleSelectionTableview\n\n[![CI Status](http://img.shields.io/travis/pratikpanchal131/PatrickMultipleSelectionTableview.svg?style=flat)](https://travis-ci.org/pratikpanchal131/PatrickMultipleSelectionTableview)\n[![Version](https://img.shields.io/cocoapods/v/PatrickMultipleSelectionTableview.svg?style=flat)](http://cocoapods.org/pods/PatrickMultipleSelectionTableview)\n[![License](https://img.shields.io/cocoapods/l/PatrickMultipleSelectionTableview.svg?style=flat)](http://cocoapods.org/pods/PatrickMultipleSelectionTableview)\n[![Platform](https://img.shields.io/cocoapods/p/PatrickMultipleSelectionTableview.svg?style=flat)](http://cocoapods.org/pods/PatrickMultipleSelectionTableview)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n* Swift 3.0\n* Xcode 8\n* iOS 9.0+\n\n## Installation\n\n#### [CocoaPods](http://cocoapods.org) (recommended)\n\nMST1 is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile\n\n````ruby\nuse_frameworks!\n\npod 'PatrickMultipleSelectionTableview', :git =\u003e 'https://github.com/pratikpanchal13/PatrickMultipleSelectionTableview.git'\n````\n\n\n## USAGE\n\nimport PatrickMultipleSelectionTableview in ViewController.swift\n\n````ruby   \nimport PatrickMultipleSelectionTableview\n````\n\nTo Show MulitpleSelection Controller in your Controller Call Function showMultipleSelection()\n````ruby\nfunc showMultipleSelectionTableview()\n{\n\n    let podBundle = Bundle(for: PKMulipleSelectionVC.self)\n    let bundleURL = podBundle.url(forResource: \"PatrickMultipleSelectionTableview\", withExtension: \"bundle\")\n    let bundle = Bundle(url: bundleURL!)!\n    let storyboard = UIStoryboard(name: \"Main\", bundle: bundle)\n    let vc:PKMulipleSelectionVC = storyboard.instantiateViewController(withIdentifier: \"PKMulipleSelectionVC\") as! PKMulipleSelectionVC\n\n    vc.arrContent = [\"IPhone\",\"IMac\",\"IPad\",\"MacBook\",\"IPod\",\"MacMini\",\"Apple TV\"]  // Pass Array Data\n    vc.backgroundColorDoneButton        = UIColor.init(colorLiteralRed: 87.0/255.0, green: 188.0/255.0, blue: 100.0/255.0, alpha: 1.0)\n    vc.backgroundColorHeaderView        = UIColor.init(colorLiteralRed: 76.0/255.0, green: 82.0/255.0, blue: 83.0/255.0, alpha: 1.0)\n    vc.backgroundColorTableView         = UIColor.init(colorLiteralRed: 59.0/255.0, green: 65.0/255.0, blue: 66.0/255.0, alpha: 1.0)\n    vc.backgroundColorCellTitle         = UIColor.init(colorLiteralRed: 87.0/255.0, green: 188.0/255.0, blue: 100.0/255.0, alpha: 1.0)\n    vc.backgroundColorDoneTitle         = UIColor.white\n    vc.backgroundColorSelectALlTitle    = UIColor.white\n\n    // Get Selected Index from PKMultipleSelectionVC\n    if let returnIndex = UserDefaults.standard.object(forKey: \"indexPath\") as? [Int] {\n        vc.objGetSelectedIndex = returnIndex\n    }\n\n    // Data Passing Usning Block\n    vc.passDataWithIndex = { arrayData, selectedIndex in\n        self.btnClickeMe.setTitle(\"\\(arrayData)\", for: UIControlState.normal)\n        UserDefaults.standard.set(arrayData, forKey: \"data\")\n        UserDefaults.standard.synchronize()\n    }\n\n    vc.willMove(toParentViewController: self)\n    self.view.addSubview(vc.view)\n    self.addChildViewController(vc)\n    vc.didMove(toParentViewController: self)\n}\n    \n````\n\n## Author\n\npratikpanchal131, pratik.panchal13@gmail.com\n\n## License\n\nPatrickMultipleSelectionTableview is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpanchal13%2Fpatrickmultipleselectiontableview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpratikpanchal13%2Fpatrickmultipleselectiontableview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpratikpanchal13%2Fpatrickmultipleselectiontableview/lists"}