{"id":22413531,"url":"https://github.com/nextfaze/yswebview","last_synced_at":"2025-03-27T03:28:29.795Z","repository":{"id":138431963,"uuid":"42088054","full_name":"NextFaze/YSWebView","owner":"NextFaze","description":"YSWebView wraps a webview, UIWebView or WKWebView based on the OS availability.","archived":false,"fork":false,"pushed_at":"2015-09-08T03:51:55.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-02-01T08:48:37.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":false,"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/NextFaze.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-09-08T03:30:56.000Z","updated_at":"2020-09-17T17:05:46.000Z","dependencies_parsed_at":"2023-03-13T07:00:20.223Z","dependency_job_id":null,"html_url":"https://github.com/NextFaze/YSWebView","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FYSWebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FYSWebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FYSWebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NextFaze%2FYSWebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NextFaze","download_url":"https://codeload.github.com/NextFaze/YSWebView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245776732,"owners_count":20670384,"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:22.545Z","updated_at":"2025-03-27T03:28:29.771Z","avatar_url":"https://github.com/NextFaze.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"YSWebView\n=========\n[![Build Status](http://img.shields.io/travis/YardiSystems/YSWebView/master.svg?style=flat)](https://travis-ci.org/YardiSystems/YSWebView)\n[![Pod Version](http://img.shields.io/cocoapods/v/YSWebView.svg?style=flat)](http://cocoadocs.org/docsets/YSWebView/)\n[![Pod Platform](http://img.shields.io/cocoapods/p/YSWebView.svg?style=flat)](http://cocoadocs.org/docsets/YSWebView/)\n[![Pod License](http://img.shields.io/cocoapods/l/YSWebView.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)\n\nYSWebView wraps a webview, [UIWebView](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIWebView_Class/) or [WKWebView](https://developer.apple.com/library/ios/documentation/WebKit/Reference/WKWebView_Ref/) based on the OS availability.\n\n\u003cp align=\"left\" \u003e\n\u003cimg src=\"docs/WKWebView.jpg\" title=\"WKWebView\" float=left width=169 hspace=40\u003e\n\u003cimg src=\"docs/UIWebView.jpg\" title=\"UIWebView\" float=right width=169\u003e\n\u003c/p\u003e\n\n## How to get started\n\n### install via CocoaPods\n```ruby\nplatform :ios, '7.0'\npod 'YSWebView'\n```\n\n### example\n```objectivec\n#import \u003cYSWebView.h\u003e\n...\n\nYSWebView *webView = [[YSWebView alloc] initWithFrame:frame];\n[self.view addSubview:webview];\n\n[webView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:@\"http://www.yardi.com\"]]];\nOR\nNSString *htmlString = @\"\u003chtml\u003e\u003cbody\u003e\u003ch1\u003etitle\u003c/h1\u003e\u003c/body\u003e\u003c/html\u003e\";\n[webView loadHTMLString:htmlString baseURL:baseUrl];\n```\n\n## Requirements\n\n- Xcode4 and above\n- iOS 7.0 or above\n\n## Author\n- [Bogdan Hapca](bogdan.hapca@yardi.com)\n\n## License\n- YSWebView is available under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fyswebview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextfaze%2Fyswebview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextfaze%2Fyswebview/lists"}