{"id":2558,"url":"https://github.com/fulldecent/FDTextFieldTableViewCell","last_synced_at":"2025-08-06T16:31:43.766Z","repository":{"id":56910369,"uuid":"61046323","full_name":"fulldecent/FDTextFieldTableViewCell","owner":"fulldecent","description":"A UITableViewCell with an editable text field","archived":false,"fork":false,"pushed_at":"2019-12-02T19:04:15.000Z","size":57,"stargazers_count":25,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-30T20:47:16.262Z","etag":null,"topics":["cocoapods","swift","ui","ui-components","uitableviewcell"],"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/fulldecent.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["fulldecent"],"custom":["https://www.paypal.me/fulldecent","https://amazon.com/hz/wishlist/ls/EE78A23EEGQB"]}},"created_at":"2016-06-13T15:11:19.000Z","updated_at":"2024-06-10T01:39:22.000Z","dependencies_parsed_at":"2022-08-20T20:20:32.921Z","dependency_job_id":null,"html_url":"https://github.com/fulldecent/FDTextFieldTableViewCell","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulldecent%2FFDTextFieldTableViewCell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulldecent%2FFDTextFieldTableViewCell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulldecent%2FFDTextFieldTableViewCell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fulldecent%2FFDTextFieldTableViewCell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fulldecent","download_url":"https://codeload.github.com/fulldecent/FDTextFieldTableViewCell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228923721,"owners_count":17992568,"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":["cocoapods","swift","ui","ui-components","uitableviewcell"],"created_at":"2024-01-05T20:16:16.846Z","updated_at":"2024-12-09T16:31:10.610Z","avatar_url":"https://github.com/fulldecent.png","language":"Swift","funding_links":["https://github.com/sponsors/fulldecent","https://www.paypal.me/fulldecent","https://amazon.com/hz/wishlist/ls/EE78A23EEGQB"],"categories":["UI","Libs","UI [🔝](#readme)"],"sub_categories":["Form \u0026 Settings","UI"],"readme":"FDTextFieldTableViewCell\n================\n\n[![CI Status](http://img.shields.io/travis/fulldecent/FDTextFieldTableViewCell.svg?style=flat)](https://travis-ci.org/fulldecent/FDTextFieldTableViewCell)\n[![Version](https://img.shields.io/cocoapods/v/FDTextFieldTableViewCell.svg?style=flat)](http://cocoadocs.org/docsets/FDTextFieldTableViewCell)\n[![License](https://img.shields.io/cocoapods/l/FDTextFieldTableViewCell.svg?style=flat)](http://cocoadocs.org/docsets/FDTextFieldTableViewCell)\n[![Platform](https://img.shields.io/cocoapods/p/FDTextFieldTableViewCell.svg?style=flat)](http://cocoadocs.org/docsets/FDTextFieldTableViewCell)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n\u003ca href=\"http://i.imgur.com/oXMLOrk.png\"\u003e\u003cimg src=\"http://i.imgur.com/oXMLOrk.png\" title=\"Hosted by imgur.com\" /\u003e\u003c/a\u003e\n\n\nFeatures\n========\n\n * Fully featured like the Right Detail style\n * Adds a UITextField to the cell and places it correctly\n\n\nUsage\n=====\n\nSelect a cell in your storyboard and use the inspector to change the Custom Class to `FDTextFieldTableViewCell`.\n\nSwitch to the attributes inspector and set the style to Right Detail.\n\nIn your `UITableViewController` subclass, do something like:\n\n    override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -\u003e UITableViewCell {\n        let cell = self.tableView.dequeueReusableCellWithIdentifier(\"textField\") as! FDTextFieldTableViewCell\n        cell.textLabel!.text = \"hi\"\n        cell.textField.text = \"editMe\"\n        return cell\n    }\n\n\nInstallation\n============\n\n## Installation\n\nAdd this to your project using Swift Package Manager. In Xcode that is simply: File \u003e Swift Packages \u003e Add Package Dependency... and you're done. Alternative installations options are shown below for legacy projects.\n\n### CocoaPods\n\nIf you are already using [CocoaPods](http://cocoapods.org), just add 'FDTextFieldTableViewCell' to your `Podfile` then run `pod install`.\n\n### Carthage\n\nIf you are already using [Carthage](https://github.com/Carthage/Carthage), just add to your `Cartfile`:\n\n```ogdl\ngithub \"fulldecent/FDTextFieldTableViewCell\"\n```\n\nThen run `carthage update` to build the framework and drag the built `FDTextFieldTableViewCell`.framework into your Xcode project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulldecent%2FFDTextFieldTableViewCell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffulldecent%2FFDTextFieldTableViewCell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffulldecent%2FFDTextFieldTableViewCell/lists"}