{"id":15037557,"url":"https://github.com/asifbilal786/abwebview","last_synced_at":"2025-07-16T08:35:39.854Z","repository":{"id":56900138,"uuid":"99942492","full_name":"asifbilal786/ABWebView","owner":"asifbilal786","description":"A utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful when loading 'Terms of Services' OR 'Privacy Policy' web pages.","archived":false,"fork":false,"pushed_at":"2019-04-16T06:13:42.000Z","size":35,"stargazers_count":34,"open_issues_count":0,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-14T13:42:47.992Z","etag":null,"topics":["asifbilal","asifbilal786","ios","ios-demo","ios-swift","ios10","ios11","iphone","iphone-app","swift-3","swift3","swift4","uiwebview","webview","wkwebview","wkwebview-uiwebview","xcode","xcode8","xcode8-swift3"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/asifbilal786.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":"2017-08-10T16:16:29.000Z","updated_at":"2024-01-16T14:19:37.000Z","dependencies_parsed_at":"2022-08-20T18:20:42.441Z","dependency_job_id":null,"html_url":"https://github.com/asifbilal786/ABWebView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/asifbilal786/ABWebView","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asifbilal786%2FABWebView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asifbilal786%2FABWebView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asifbilal786%2FABWebView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asifbilal786%2FABWebView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asifbilal786","download_url":"https://codeload.github.com/asifbilal786/ABWebView/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asifbilal786%2FABWebView/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265497878,"owners_count":23777084,"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":["asifbilal","asifbilal786","ios","ios-demo","ios-swift","ios10","ios11","iphone","iphone-app","swift-3","swift3","swift4","uiwebview","webview","wkwebview","wkwebview-uiwebview","xcode","xcode8","xcode8-swift3"],"created_at":"2024-09-24T20:34:59.127Z","updated_at":"2025-07-16T08:35:39.826Z","avatar_url":"https://github.com/asifbilal786.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABWebView\nA utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful when loading 'Terms of Services' OR 'Privacy Policy' web pages.\n\n## Demo\n![Alt text](http://i.imgur.com/pwTgDH8.gif \"\")\n\n## Requirements\n\n- iOS 8 and above.\n- Xcode 8 and above\n\n\n## Adding ABWebViewController to your project\n\n### METHOD 1:\n1. Add a pod entry for `ABWebView` to your Podfile\n\n```ruby\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '8.0'\nuse_frameworks!\n\npod 'ABWebView', '~\u003e 0.1'\n``` \n\n2. Install the pod(s) by running `pod install`.\n\n### MEHTOD 2: (Source files)\nAlternatively, you can directly add all files under the folder Core to your project.\n\n1. Download the [latest code version](https://github.com/asifbilal786/ABWebView/archive/master.zip) or add the repository as a git submodule to your git-tracked project.\n2. Open your Xcode project, then drag and drop source directory onto your project. Make sure to select Copy items when asked if you extracted the code archive outside of your project.\n \n\n## Usage\n\nCreate instance of ABWebViewConroller and set URLToLoad.\n\n```\nlet webViewController = ABWebViewController()\n\n// Configure WebViewController\nwebViewController.URLToLoad = \"https://apple.com\"\n\n// Customize UI of progressbar\nwebViewController.progressTintColor = UIColor.red\nwebViewController.trackTintColor = UIColor.brown\n\n\nnavigationController?.pushViewController(webViewController, animated: true)\n```\n\nSee example projects for detail.\n\n## License\nThis code is distributed under the terms and conditions of the [MIT license](LICENSE). \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasifbilal786%2Fabwebview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasifbilal786%2Fabwebview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasifbilal786%2Fabwebview/lists"}