SurfEdge / flarum-mobile-ios

An iOS Webview wrapper for Flarum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 -

     let u2 = URL(string: "https://discuss.flarum.org");

Edit the url to yours.

  1. Do any changes to the code - Change colors, Package names, Add splash screens

  2. 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

Links

Flarum Home page

Flarum Community

About

An iOS Webview wrapper for Flarum


Languages

Language:Swift 100.0%