Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/druffko/iaptivy

A very simple and basic iOS Webview App Template
https://github.com/druffko/iaptivy

Last synced: 3 months ago
JSON representation

A very simple and basic iOS Webview App Template

Awesome Lists containing this project

README

        

![Repo-Image](https://druffko.gg/github-images/iaptivy.png)

![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/druffko/iaptivy?include_prereleases)

![.NET Version](https://img.shields.io/badge/iOS-15+-brightgreen)
![GitHub last commit](https://img.shields.io/github/last-commit/druffko/iaptivy)


![GitHub All Releases](https://img.shields.io/github/downloads/druffko/iaptivy/total)
![GitHub closed issues](https://img.shields.io/github/issues-closed/druffko/iaptivy)
![GitHub issues](https://img.shields.io/github/issues/druffko/iaptivy)

iAptivy



A very simple and basic iOS Webview App template


## Table of Contents
- [About](#about)
- [Features](#features)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)

---

## About

iAptivy is a very basic and simple iOS Webview Template, that allows you to display any website as a native iOS app.

---

## Features

- ✅ Any Website to App
- ✅ Built with Xcode
- ✅ Support for Wordpress
- ✅ Easy to customize and edit
- ✅ High performance
- ✅ iOS 15+
- ✅ No coding skills required

---

## Usage

### Getting started
Download the latest source code release from the releases page, or clone the main branch. After extracting, open the project in Xcode.

### Customizing
**Change App URL**
In ViewController.swift change the following line:

ViewController.swift
```
let webURL = URL(string:"https://github.com")
```

---

## Contributing

Contributions are welcome! Please follow these steps:

1. Fork the repository
2. Create a new branch (`git checkout -b feature-name`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-name`)
5. Open a pull request

---

## License

This project is licensed under the [MIT License](LICENSE).

---

## Contact

- **druffko** - [@druffko](https://twitter.com/druffko) - [email protected]
- **Project Link** - https://github.com/druffko/iaptivy

Feel free to reach out if you have any questions or suggestions!

---