Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SurfEdge/flarum-mobile-ios

An iOS Webview wrapper for Flarum
https://github.com/SurfEdge/flarum-mobile-ios

flarum flarum-forum ios surfedge swift website

Last synced: about 2 months ago
JSON representation

An iOS Webview wrapper for Flarum

Awesome Lists containing this project

README

        

# Make an iOS app for your Flarum Forum
This project is using Swift.

A WebView based iOS mobile application which will embed your flarum forum inside an application.

## How to setup
1) Clone the repo

2) Open the project in XCode - Wait till all the processes complete

3) In the ViewController.swift -

```swift
let u2 = URL(string: "https://discuss.flarum.org");
```
Edit the url to yours.

4) Do any changes to the code - Change colors, Package names, Add splash screens

5) Good to go :)

## Known Issues
* Facebook login inside app is not working
* Test Image Upload

## Screenshots

Home

Inner Page

## Working App in App Store
[GuruPaara](https://itunes.apple.com/us/app/gurupaara/id1216158984?mt=8)

## Links

[Flarum Home page](http://flarum.org/)

[Flarum Community](https://discuss.flarum.org/)