{"id":21903906,"url":"https://github.com/hansemannn/ti.splashview","last_synced_at":"2025-09-02T04:38:59.262Z","repository":{"id":142791271,"uuid":"80413436","full_name":"hansemannn/ti.splashview","owner":"hansemannn","description":"💦 Support for the splash-screen library CBZSplashView in Appcelerator Titanium.","archived":false,"fork":false,"pushed_at":"2017-02-03T18:38:13.000Z","size":948,"stargazers_count":18,"open_issues_count":0,"forks_count":2,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-13T10:51:00.134Z","etag":null,"topics":["ios","native","splashview","titanium"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansemannn.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-01-30T10:54:14.000Z","updated_at":"2024-03-04T02:59:44.000Z","dependencies_parsed_at":"2023-03-18T06:01:03.513Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/ti.splashview","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hansemannn/ti.splashview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Fti.splashview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Fti.splashview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Fti.splashview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Fti.splashview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/ti.splashview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Fti.splashview/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267578003,"owners_count":24110351,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ios","native","splashview","titanium"],"created_at":"2024-11-28T15:30:06.351Z","updated_at":"2025-07-28T20:09:35.273Z","avatar_url":"https://github.com/hansemannn.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ti.SplashView\n\n[![Contact](http://hans-knoechel.de/shields/shield-twitter.svg)](http://twitter.com/hansemannnn)\n\nSupport for the Twitter-like splash-screen library [`CBZSplashView`](https://github.com/callumboddy/CBZSplashView) in Titanium. Thanks to @callumboddy for that awesome library!\n\n\u003cimg src=\"./twitter-gif.gif\" height=\"500\" alt=\"Twitter Example\" /\u003e\n\n### Example\n```js\nvar Splash = require('ti.splashview');\n\nvar win = Ti.UI.createWindow({\n    backgroundColor: 'yellow'\n});\n\nvar splashView = Splash.createSplashView({\n    image: \"appc-logo.png\",\n    fillColor: \"blue\"\n});\n\nwin.addEventListener('focus', function() {\n    setTimeout(function() {\n        splashView.startAnimation();\n    },1000);\n});\n\nwin.add(splashView);\nwin.open();\n```\n\n### Author\nHans Knoechel ([@hansemannnn](https://twitter.com/hansemannnn) / [Web](http://hans-knoechel.de))\n\n### License\nApache 2.0\n\n### Contributing\nCode contributions are greatly appreciated, please submit a new [pull request](https://github.com/hansemannn/ti.splashview/pull/new/master)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Fti.splashview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Fti.splashview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Fti.splashview/lists"}