A metaball loading written in Swift.
Special thanks to dodola‘s MetaballLoading, which is an android project. The animation is awesome! So I implement it in Swift, DBMetaballLoading’s core algorithm is referenced by it’s core algorithm.
let loadingView = DBMetaballLoadingView(frame: CGRect(x: 0, y: 100, width: 404, height: 50))
self.view.addSubview(loadingView)
You can use CocoaPods to install DBMetaballLoading
by adding it to your Podfile
:
platform :ios, ‘8.0’
use_frameworks!
pod ‘DBMetaballLoading’
DBMetaballLoading/Source
folder in your project.If you want to have a custom camera using SwiftUI and not using the UIPickerController that will display the original ...
CameraView allows you to have a SnapChat-style screen on your SwiftUI app that gives a realtime view of the iPhone ...
SwiftUI has proven to be a really awesome new framework to build and design apps in a quick and reliable ...
See the swiftui branch for updates. An iOS calendar library for displaying calendar events in a week view.