{"id":32312471,"url":"https://github.com/furkanhatipoglu/multiline-textfield","last_synced_at":"2025-10-23T09:56:16.489Z","repository":{"id":56910504,"uuid":"119440036","full_name":"furkanhatipoglu/multiline-textfield","owner":"furkanhatipoglu","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-30T21:48:57.000Z","size":151,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-23T09:56:04.912Z","etag":null,"topics":["androidstyle","floating","floating-labels","multiline-textfield","pod","swift","textfield","ui-components"],"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/furkanhatipoglu.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":"2018-01-29T20:51:42.000Z","updated_at":"2023-10-27T11:40:59.000Z","dependencies_parsed_at":"2022-08-20T20:20:33.586Z","dependency_job_id":null,"html_url":"https://github.com/furkanhatipoglu/multiline-textfield","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/furkanhatipoglu/multiline-textfield","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanhatipoglu%2Fmultiline-textfield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanhatipoglu%2Fmultiline-textfield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanhatipoglu%2Fmultiline-textfield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanhatipoglu%2Fmultiline-textfield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/furkanhatipoglu","download_url":"https://codeload.github.com/furkanhatipoglu/multiline-textfield/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/furkanhatipoglu%2Fmultiline-textfield/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280598939,"owners_count":26357977,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["androidstyle","floating","floating-labels","multiline-textfield","pod","swift","textfield","ui-components"],"created_at":"2025-10-23T09:56:14.667Z","updated_at":"2025-10-23T09:56:16.484Z","avatar_url":"https://github.com/furkanhatipoglu.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultilineTextField\n\n\u003cimg src=\"DEMO.gif\" border=1 style=\"border-color:#eeeeee\"\u003e\n\nMultilineTextField is an Android style textfield that supports multiline text. Moreover, MultilineTextField includes a seperator line and placeholder label.\n\n## Getting Started\n\n### Prerequisites\n\n- Swift 3\n- Xcode 8\n\n### Installing\n\nAdd this line on your Podfile file.\n\n```\npod 'FHMultilineTextField'\n```\n\nAnd run on your terminal\n\n```\npod install\n```\n\nDon't forget the work on your .xcworkspace file.\n\n### Usage\n\nAn example\n\n```swift\nlet multilineTextField = MultilineTextField(frame: CGRect(x: 20, y: 100, width: view.bounds.width - 40, height: 70))\nmultilineTextField.lineColorSelected = UIColor.red          // default is UIColor.darkGray\nmultilineTextField.lineColorUnselected = UIColor.black      // default is UIColor.darkGray\nmultilineTextField.placeHolderText = \"Address:\"\nmultilineTextField.placeHolderTextColor =  UIColor.black    // default is UIColor.darkGray\nmultilineTextField.textColor = UIColor.black                // default is UIColor.darkGray\nmultilineTextField.textView.returnKeyType = .done\nmultilineTextField.endEditingWithReturnButton = true        // default is false\nview.addSubview(multilineTextField)\n```\n### To-Do\n\n- [ ] Swift 4 support\n- [ ] Line animations\n- [ ] More customization\n\n## Built With\n\n* [GrowingTextView](https://github.com/KennethTsang/GrowingTextView)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanhatipoglu%2Fmultiline-textfield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffurkanhatipoglu%2Fmultiline-textfield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffurkanhatipoglu%2Fmultiline-textfield/lists"}