{"id":2497,"url":"https://github.com/Minitour/EasySocialButton","last_synced_at":"2025-08-03T00:31:50.405Z","repository":{"id":51942561,"uuid":"88363789","full_name":"Minitour/EasySocialButton","owner":"Minitour","description":"An easy way to create beautiful social authentication buttons","archived":false,"fork":false,"pushed_at":"2017-11-04T19:42:39.000Z","size":4904,"stargazers_count":160,"open_issues_count":0,"forks_count":11,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-11-08T03:03:57.068Z","etag":null,"topics":[],"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/Minitour.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-15T17:41:28.000Z","updated_at":"2024-07-11T15:51:01.000Z","dependencies_parsed_at":"2022-08-20T20:20:39.678Z","dependency_job_id":null,"html_url":"https://github.com/Minitour/EasySocialButton","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FEasySocialButton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FEasySocialButton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FEasySocialButton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minitour%2FEasySocialButton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minitour","download_url":"https://codeload.github.com/Minitour/EasySocialButton/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228510717,"owners_count":17931755,"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":[],"created_at":"2024-01-05T20:16:15.202Z","updated_at":"2024-12-06T18:30:31.511Z","avatar_url":"https://github.com/Minitour.png","language":"Swift","funding_links":[],"categories":["UI"],"sub_categories":["Button","Other free courses"],"readme":"# EasySocialButton\nAn easy way to create beautiful social authentication buttons\n\n## Screenshots\n\u003cimg src=\"Screenshots/demo.gif\"  height=\"300\" /\u003e\n\n\n\u003cimg src=\"Screenshots/ss1.png\"  height=\"500\" /\u003e\n\n\n## Installation\n\n### Cocoa Pods\n\n```bash\npod 'EasySocialButton'\n```\n\n### Manual\n\nDrag and drop ```AZSocialButton.swift``` to your project.\n\n## Usage\n\n### Interface Builder\n\nSimply add a UIButton, and in the Identity Inspector change the class to `AZSocialButton`.\n\n### Programmatically\n\n```swift\nlet socialButton = AZSocialButton(frame: CGRect(x: 20, y: 20, width: 200, height: 40))\n\nsocialButton.animateInteraction = true\nsocialButton.useCornerRadius = true\nsocialButton.cornerRadius = 5\nsocialButton.highlightOnTouch = false\nsocialButton.image = #imageLiteral(resourceName: \"ic_google\")\nsocialButton.setTitle(\"Sign in with Google\", for: [])\nsocialButton.setTitleColor(.black, for: [])\nsocialButton.titleLabel?.font = UIFont.systemFont(ofSize: 15)\n\nsocialButton.onClickAction = { (button) in\n    print(\"do social login stuff\")\n}\n\nview.addSubview(socialButton)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinitour%2FEasySocialButton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMinitour%2FEasySocialButton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMinitour%2FEasySocialButton/lists"}