{"id":21283264,"url":"https://github.com/mythkiven/jpullemailtf","last_synced_at":"2025-07-11T11:30:47.409Z","repository":{"id":43790079,"uuid":"72877171","full_name":"mythkiven/JPullEmailTF","owner":"mythkiven","description":"邮箱登录下拉提示列表_输入邮箱自动填充提示列表","archived":false,"fork":false,"pushed_at":"2019-06-13T02:35:39.000Z","size":480,"stargazers_count":21,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-20T02:53:32.737Z","etag":null,"topics":["animation","development","ios"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mythkiven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-04T19:02:56.000Z","updated_at":"2021-07-28T09:59:47.000Z","dependencies_parsed_at":"2022-07-12T20:00:35.359Z","dependency_job_id":null,"html_url":"https://github.com/mythkiven/JPullEmailTF","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mythkiven%2FJPullEmailTF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mythkiven%2FJPullEmailTF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mythkiven%2FJPullEmailTF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mythkiven%2FJPullEmailTF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mythkiven","download_url":"https://codeload.github.com/mythkiven/JPullEmailTF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225715901,"owners_count":17512909,"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":["animation","development","ios"],"created_at":"2024-11-21T11:07:37.778Z","updated_at":"2024-11-21T11:07:38.868Z","avatar_url":"https://github.com/mythkiven.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003e  已迁移到组件库  [MKAppKit](https://github.com/mythkiven/MKAppKit)\n\n# JPullEmail\n具有邮箱下拉提示textField，类似新浪微博邮箱登录的效果，输入“@”后自动关联邮箱后缀。自动匹配输入的字符。\n\n使用方法\n\n![](https://github.com/mythkiven/JPullEmailTF/blob/master/emailGIf.gif)\n\n## 使用默认样式：\n一句代码搞定：\n\nJPullEmailTF *textField = [[JPullEmailTF alloc] initWithFrame:self.holderView.frame InView:self.view];\n\n## 使用自定义样式：\n\t//自定义下拉列表的颜色，字体，frame等信息..\n\ttextField.mailCellHeight  = 40;\n    textField.mailFont        = [UIFont  systemFontOfSize:16];\n    textField.MailFontColor   = [UIColor redColor];\n    textField.mailCellColor   = [UIColor lightGrayColor];\n    textField.mailBgColor     = [UIColor yellowColor];\n    \n    //传入后缀数据源：\n    textField.mailsuffixData  = @[@\"live.com\", @\"126.com\", @\"gmail.com\",@\"qq.com\"];\n\n还有许多相关自定义方法都定义在.h文件里。\n代码详细讲解可以看博客\n[http://blog.csdn.net/jiang314/article/details/53042304](http://blog.csdn.net/jiang314/article/details/53042304)\n\n如果这个小demo帮到你的话，希望star一下哦，谢谢！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythkiven%2Fjpullemailtf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmythkiven%2Fjpullemailtf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmythkiven%2Fjpullemailtf/lists"}