{"id":18270960,"url":"https://github.com/samvermette/SVStatusHUD","last_synced_at":"2025-04-05T01:30:58.133Z","repository":{"id":1881752,"uuid":"2807400","full_name":"samvermette/SVStatusHUD","owner":"samvermette","description":"a copycat of the HUD shown on orientation and volume change in iOS.","archived":false,"fork":false,"pushed_at":"2012-11-05T01:43:26.000Z","size":150,"stargazers_count":284,"open_issues_count":3,"forks_count":43,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-31T12:39:07.194Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://samvermette.com/309","language":"Objective-C","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/samvermette.png","metadata":{"files":{"readme":"README.textile","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-19T05:00:04.000Z","updated_at":"2025-03-22T19:47:38.000Z","dependencies_parsed_at":"2022-09-24T15:01:02.303Z","dependency_job_id":null,"html_url":"https://github.com/samvermette/SVStatusHUD","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/samvermette%2FSVStatusHUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvermette%2FSVStatusHUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvermette%2FSVStatusHUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samvermette%2FSVStatusHUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samvermette","download_url":"https://codeload.github.com/samvermette/SVStatusHUD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276043,"owners_count":20912286,"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-11-05T11:38:59.483Z","updated_at":"2025-04-05T01:30:57.166Z","avatar_url":"https://github.com/samvermette.png","language":"Objective-C","readme":"h1. SVStatusHUD\n\nSVStatusHUD mimics the HUD shown on orientation lock, mute and volume change on iOS. *It should only be used in response to hardware or other important notifications* (for instance when an accessory is detected by your app). If you're just looking to show the progress or success of an operation, you should have a look at \"SVProgressHUD\":https://github.com/samvermette/SVProgressHUD.\n\n\n!http://f.cl.ly/items/1p1d1x3b2b1V2y1Q3p0C/screenshots.png!\n__Glyph icons kindly provided by \"@jpmartineau\":http://twitter.com/jpmartineau for the sake of showing appropriate use cases.__\n\n\n*SVStatusHUD features:*\n\n* simple singleton convenience methods (@[SVStatus method]@)\n* automatic styling of the image it's provided\n* optional status string and showing duration\n* automatic positioning based on device type and orientation\n\nh2. Installation\n\n* Drag the @SVStatusHUD/SVStatusHUD@ folder into your project. \n* Add the *QuartzCore* framework to your project. \n\n__If you plan on using SVStatusHUD in a lot of places inside your app, I recommend importing it directly inside your prefix file.__\n\nh2. Usage\n\n(see sample Xcode project in @/Demo@)\n\nSVStatusHUD is created as a singleton (i.e. it doesn't need to be explicitly allocated and instantiated; you directly call @[SVStatusHUD method]@) and can be shown using one of the following convenience/class methods:\n\n\u003cpre\u003e\n+ (void)showWithImage:(UIImage*)image;\n+ (void)showWithImage:(UIImage*)image status:(NSString*)string;\n+ (void)showWithImage:(UIImage*)image status:(NSString*)string duration:(NSTimeInterval)duration;\n\u003c/pre\u003e\n\n*Important*: for crispier rendering, provided image should precisely be 86x86 pixels (retina: 172x172).\n\n\nh2. Automatic Reference Counting (ARC) support\n\nMaintaining an official ARC branch has proven to be too much work, often leading to confusion since the ARC branch is always a few commits behind. If you'd like to use SVStatusHUD in your ARC-enabled project, you'll have to \"add the @-fno-objc-arc@ compiler flag\":http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project to all of SVStatusHUD's files.\n\nh2. Credits\n\nSVStatusHUD is brought to you by \"Sam Vermette\":http://samvermette.com and \"contributors to the project\":https://github.com/samvermette/SVStatusHUD/contributors. If you have feature suggestions or bug reports, feel free to help out by sending pull requests or by \"creating new issues\":https://github.com/samvermette/SVStatusHUD/issues/new. If you're using SVStatusHUD in your project, attribution would be nice.","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvermette%2FSVStatusHUD","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamvermette%2FSVStatusHUD","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamvermette%2FSVStatusHUD/lists"}