{"id":16720433,"url":"https://github.com/bismasaeed00/bsloader","last_synced_at":"2025-04-10T09:53:27.693Z","repository":{"id":112548524,"uuid":"99655011","full_name":"bismasaeed00/BSLoader","owner":"bismasaeed00","description":"It's to show loading animations","archived":false,"fork":false,"pushed_at":"2018-06-01T07:27:53.000Z","size":95,"stargazers_count":13,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T08:47:54.869Z","etag":null,"topics":["animation","hud","loader","loading-animations","view"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bismasaeed00.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-08T05:49:58.000Z","updated_at":"2018-06-01T07:27:55.000Z","dependencies_parsed_at":"2023-05-16T04:15:21.805Z","dependency_job_id":null,"html_url":"https://github.com/bismasaeed00/BSLoader","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/bismasaeed00%2FBSLoader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bismasaeed00%2FBSLoader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bismasaeed00%2FBSLoader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bismasaeed00%2FBSLoader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bismasaeed00","download_url":"https://codeload.github.com/bismasaeed00/BSLoader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248198258,"owners_count":21063626,"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","hud","loader","loading-animations","view"],"created_at":"2024-10-12T22:07:06.586Z","updated_at":"2025-04-10T09:53:27.679Z","avatar_url":"https://github.com/bismasaeed00.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BSLoader\nTo show loading animation\n\n![alt tag](https://user-images.githubusercontent.com/16186934/31326422-81b088ba-ace0-11e7-9ce6-0dde58d99b6e.png)\n\n## How to use:\n#import \"BSLoader.h\"\n\nTo show:\n```\n BSLoadingView*loader=[[BSLoader sharedInstance] showLoader];\n ```\n To hide:\n ```\n [[BSLoader sharedInstance] hideLoader:loader];\n ```\n## Customize:\nTo change default circle size, call this line with your value anywhere before showing loader.\n\n```\n[[BSLoader sharedInstance] setDefaultCircleSize:10];\n```\nBy default, loader will show at the center of screen. But you can specify it's rectanlge by using this:\n```\nBSLoadingView*loader=[[BSLoader sharedInstance] showLoaderInframe:CGRectMake(100, 100, 200, 200)];\n```\nYou can choose from five different color schemes, call this before displaying loader.\n\n```\n[[BSLoader sharedInstance] setColorScheme:BSColorSchemeFive];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbismasaeed00%2Fbsloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbismasaeed00%2Fbsloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbismasaeed00%2Fbsloader/lists"}