{"id":17977654,"url":"https://github.com/kittenyang/kyasyncloadbubble","last_synced_at":"2025-03-25T15:31:47.018Z","repository":{"id":34441452,"uuid":"38375616","full_name":"KittenYang/KYAsyncLoadBubble","owner":"KittenYang","description":"A bubble which can async-load web content without interrupt your current process.","archived":false,"fork":false,"pushed_at":"2015-08-30T19:16:08.000Z","size":1984,"stargazers_count":111,"open_issues_count":0,"forks_count":14,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-20T13:25:47.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/KittenYang.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":"2015-07-01T14:26:37.000Z","updated_at":"2025-01-17T15:16:01.000Z","dependencies_parsed_at":"2022-08-17T20:20:12.797Z","dependency_job_id":null,"html_url":"https://github.com/KittenYang/KYAsyncLoadBubble","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/KittenYang%2FKYAsyncLoadBubble","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenYang%2FKYAsyncLoadBubble/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenYang%2FKYAsyncLoadBubble/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KittenYang%2FKYAsyncLoadBubble/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KittenYang","download_url":"https://codeload.github.com/KittenYang/KYAsyncLoadBubble/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245489764,"owners_count":20623789,"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-10-29T17:28:57.423Z","updated_at":"2025-03-25T15:31:46.126Z","avatar_url":"https://github.com/KittenYang.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"left\" \u003e\n  \u003cimg src=\"logo.png\" alt=\"KYAsyncLoadBubble\" title=\"KYAsyncLoadBubble\" width = \"700\"\u003e\n\u003c/p\u003e\n\n![CocoaPods Version](https://img.shields.io/badge/pod-v1.0.2-brightgreen.svg)\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Platform](https://img.shields.io/badge/platform-iOS-red.svg)\n\n\u003cp align=\"left\" \u003e\n  \u003cimg src=\"asyncloadbubble.gif\" alt=\"asyncloadbubble\" title=\"asyncloadbubble\" width = \"320\"\u003e\n\u003c/p\u003e\n\n\n##Intro\n\nA bubble which can async-load web content without interrupt your current process.\n\n\n##Installation\n\n`pod 'KYAsyncLoadBubble', '~\u003e 1.0.2'`\n\n\n##How to use\n```objc\n\n- (IBAction)addBubble:(id)sender {\n\n    for (UIView *subview in self.view.subviews) {\n        if ([subview isKindOfClass:[KYAsyncLoadBubble class]]) {\n            return;\n        }\n    }\n    _bubble = [KYAsyncLoadBubble new];\n    _bubble.bubbleColor = [UIColor colorWithRed:0.0 green:0.487 blue:1.0 alpha:1.0];\n    _bubble.progress = 0.0;\n    _bubble.bubbleText = @\"网页\";\n    _bubble.delegate = self;\n    _bubble.webUrl = @\"http://kittenyang.com/deformationandgooey/\";\n    [self.view addSubview:_bubble];\n}\n\n```\n###Then,you need to immplement the protocol method\n\n```objc\n#pragma mark -- TapBubbleDelegate\n-(void)bubbleDidTapped:(NSString *)webContent{\n    WebViewController *webVc = [[WebViewController alloc]initWithURL:_bubble.webUrl];\n    webVc.webContent = webContent;\n    [self.navigationController pushViewController:webVc animated:YES];\n}\n\n```\n\n## *See more information from the demo project.*\n\n\n\n~~***HOLD ON A SECOND...***~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkittenyang%2Fkyasyncloadbubble","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkittenyang%2Fkyasyncloadbubble","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkittenyang%2Fkyasyncloadbubble/lists"}