ramiz69/camerabutton
- [Installation](#installation)
Requirements
- iOS 15.0+
- Xcode 16.0+
- Swift 5+
Preview
<img src="https://github.com/Ramiz69/CameraButton/blob/master/example.gif" width="200" height="400">
Installation
Swift Package Manager
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.
Once you have your Swift package set up, adding Slider as a dependency is as easy as adding it to the dependencies value of your Package.swift or the Package list in Xcode.
dependencies: [
.package(url: "https://github.com/Ramiz69/CameraButton.git", .upToNextMajor(from: "0.0.4"))
]Normally you'll want to depend on the CameraButton target:
.product(name: "CameraButton", package: "CameraButton")CocoaPods
CocoaPods is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate CameraButton into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'RKCameraButton'Manually
copy CameraButton.swift to your project
Usage
code
- init CameraButton with frame or use Auto Layout
- add a button to your view
storyboard
- add a button to your view
- in the "Identity Inspector" in xCode, change the class to "CameraButton"
- add constraint for the placement of the button
License
CameraButton is available under the MIT license. See LICENSE for details.
Package Metadata
Repository: ramiz69/camerabutton
Default branch: master
README: README.md