{"id":22413561,"url":"https://github.com/nextfaze/soundcloud-player-webview","last_synced_at":"2025-03-27T03:28:36.817Z","repository":{"id":138430797,"uuid":"1327236","full_name":"NextFaze/soundcloud-player-webview","owner":"NextFaze","description":"Objective C Sound cloud player using a UIWebView","archived":false,"fork":false,"pushed_at":"2011-03-31T04:09:09.000Z","size":209,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-02-01T08:48:44.836Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NextFaze.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-02-04T07:12:30.000Z","updated_at":"2017-11-08T21:13:17.000Z","dependencies_parsed_at":"2023-03-11T08:16:32.271Z","dependency_job_id":null,"html_url":"https://github.com/NextFaze/soundcloud-player-webview","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/NextFaze%2Fsoundcloud-player-webview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fsoundcloud-player-webview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fsoundcloud-player-webview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2Fsoundcloud-player-webview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextFaze","download_url":"https://codeload.github.com/NextFaze/soundcloud-player-webview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245776873,"owners_count":20670423,"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-12-05T14:13:27.701Z","updated_at":"2025-03-27T03:28:36.798Z","avatar_url":"https://github.com/NextFaze.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"= soundcloud-player-webview\n\n== Description\n\nAn Objective C interface for creating a sound cloud player UI.\n\n== Integration within a project\n\ngit clone git://github.com/2moro/soundcloud-player-webview.git\ncd soundcloud-player-webview\ngit submodule update --recursive --init\n\nDrag the \"Sound Cloud Player\" group into your xcode project, or alternatively compile as a static library.\n\n== Synopsis\n\n\t// instantiate SCPlayerWebViewController and add its view as a subview\n\tscpController = [[SCPlayerViewController alloc] initWithFrame:f];\n\tscpController.delegate = self;\n\t[scpController setClientKey:clientKey];\n\t[self.view addSubview:v];\n\n    // loading tracks:\n\t[scpController loadTrack:@\"6872237\"];\n\t\n\t// load a permalink url\n\t[scpController loadPermalink:@\"http://soundcloud.com/iambrains/brains-onion-mix\"];\n\t\n\t// load from HTML \u003cobject\u003e tag.\n\t// e.g. \u003cobject width=\"100%\" height=\"81\" data=\"http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fiambrains%2Fbrains-onion-mix\"\n\t[scpController loadHTMLObject:html];\n\t\t\n== See Also\n\nSee also the Test App within this project for testing and example usage\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fsoundcloud-player-webview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextfaze%2Fsoundcloud-player-webview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fsoundcloud-player-webview/lists"}