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: 9 months ago
JSON representation
An iOS Webview wrapper for Flarum
- Host: GitHub
- URL: https://github.com/SurfEdge/flarum-mobile-ios
- Owner: SurfEdge
- Created: 2017-03-15T18:29:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T13:39:53.000Z (over 8 years ago)
- Last Synced: 2024-11-03T12:32:04.868Z (about 1 year ago)
- Topics: flarum, flarum-forum, ios, surfedge, swift, website
- Language: Swift
- Homepage:
- Size: 1.36 MB
- Stars: 38
- Watchers: 7
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-flarum - SurfEdge/flarum-mobile-ios - A WebView based iOS mobile application which will embed your Flarum forum inside an application. (Resources / Mobile App ([:top:](#table-of-contents)))
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/)