{"id":18270650,"url":"https://github.com/brunow/BWStatusBarOverlay","last_synced_at":"2025-04-05T01:30:45.104Z","repository":{"id":3832706,"uuid":"4913896","full_name":"brunow/BWStatusBarOverlay","owner":"brunow","description":"BWStatusBarOverlay is a custom status bar overlay window.","archived":false,"fork":false,"pushed_at":"2012-08-04T07:04:07.000Z","size":151,"stargazers_count":327,"open_issues_count":6,"forks_count":43,"subscribers_count":25,"default_branch":"master","last_synced_at":"2024-11-05T11:53:02.115Z","etag":null,"topics":[],"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/brunow.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":"2012-07-05T19:37:25.000Z","updated_at":"2024-09-24T01:37:02.000Z","dependencies_parsed_at":"2022-08-30T15:52:22.958Z","dependency_job_id":null,"html_url":"https://github.com/brunow/BWStatusBarOverlay","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/brunow%2FBWStatusBarOverlay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunow%2FBWStatusBarOverlay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunow%2FBWStatusBarOverlay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brunow%2FBWStatusBarOverlay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brunow","download_url":"https://codeload.github.com/brunow/BWStatusBarOverlay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247276041,"owners_count":20912285,"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:47.327Z","updated_at":"2025-04-05T01:30:44.739Z","avatar_url":"https://github.com/brunow.png","language":"Objective-C","readme":"## BWStatusBarOverlay\n\nBWStatusBarOverlay is a custom status bar overlay window. It support touch by setting a block that will be called after touch. It work well on both iPad and iPhone and of course in any orientation.\n\n![Screenshot](https://github.com/brunow/BWStatusBarOverlay/raw/master/picture1.jpg)\n\n![Screenshot](https://github.com/brunow/BWStatusBarOverlay/raw/master/picture2.jpg)\n\n![Screenshot](https://github.com/brunow/BWStatusBarOverlay/raw/master/picture3.jpg)\n\n![Screenshot](https://github.com/brunow/BWStatusBarOverlay/raw/master/picture4.jpg)\n\n## Installation\n\n**Copy** **BWStatusBarOverlay** dir into your project.\n\n## How to use it\n\n\t+ (id)shared;\n\nShow overlay\n\n\t+ (void)showWithMessage:(NSString *)message loading:(BOOL)loading animated:(BOOL)animated;\n\t+ (void)showWithMessage:(NSString *)message animated:(BOOL)animated;\n\t+ (void)showLoadingWithMessage:(NSString *)message animated:(BOOL)animated;\n\nShow message and hide after duration\n\n\t+ (void)showSuccessWithMessage:(NSString *)message duration:(NSTimeInterval)duration animated:(BOOL)animated;\n\t+ (void)showErrorWithMessage:(NSString *)message duration:(NSTimeInterval)duration animated:(BOOL)animated;\n\nCustomizing\n\n\t+ (void)setProgress:(float)progress animated:(BOOL)animated;\n\t+ (void)showActivity:(BOOL)show animated:(BOOL)animated;\n\t+ (void)setBackgroundColor:(UIColor *)backgroundColor;\n\t+ (void)setStatusBarStyle:(UIStatusBarStyle)statusBarStyle animated:(BOOL)animated;\n\t+ (void)setAnimation:(BWStatusBarOverlayAnimationType)animation;\n\t+ (void)setActionBlock:(BWStatusBarBasicBlock)actionBlock;\n\t+ (void)setProgressBackgroundColor:(UIColor *)backgroundColor;\n\nHidding\n\n\t+ (void)dismissAnimated:(BOOL)animated;\n\t+ (void)dismissAnimated;\n\t+ (void)dismiss;\n\nAnimation type\n\n\ttypedef enum {\n\t    BWStatusBarOverlayAnimationTypeNone, /* No animation */\n\t    BWStatusBarOverlayAnimationTypeFromTop, /* Element appear from top */\n\t    BWStatusBarOverlayAnimationTypeFade /* Element appear with alpha transition */\n\t} BWStatusBarOverlayAnimationType;\n\n## ARC\n\nBWStatusBarOverlay is ARC only.\n\n## Contact\n\nBruno Wernimont\n\n- Twitter - [@brunowernimont](http://twitter.com/brunowernimont)\n\n## Thanks\n\nThanks to [Noomia](http://noomiastudio.com/) for the blue gradient image.","funding_links":[],"categories":["etc"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunow%2FBWStatusBarOverlay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrunow%2FBWStatusBarOverlay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrunow%2FBWStatusBarOverlay/lists"}