open source imageboard ios app written in swiftUI.
Written completely in SwiftUI using mostly MVVM. Heavily inspired by TheChan. Plays webms and gifs natively in app by using MobileVLCKit.
Has many settings to change including:
- replace thumbnails with high-res assets
- auto-update thread timer
- hiding threads/posts
- biometrics unlock
Here's why:
- you don't want to download a shady app from 3rd party appstores and you're not jailbroken
- native webm support
- fast like swift
Dev requirements used in the app with CocoaPods and Swift Package Manager.
To get a local copy up and running follow these simple steps.
Download xCode
Install CocoaPods
- Clone the repo
git clone https://github.com/vanities/swiftchan
- Install pod pakages
pod install
- That's it! Open the workspacefile in Xcode.
I have to pay the $100/year apple dev fee for this, so please help out. :)
If you want to test it with me on testflight or think we can get it on the app store, user this link or email me if you have any issues.
Open the swiftchan.xcworkspace
file with Xcode.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL3 License. See LICENSE
for more information.
Maintainer - @vanities
Project Link: https://github.com/vanities/swiftchan