Change Example project to use SPM
LMLoading is the best and easy way to show an loading in your view.
LMLoading is available through SPM. To install it, follow the steps:
Open Xcode project > File > Add Packages
After that, put the url in the field: https://github.com/thejohnlima/LMLoading.git
https://github.com/thejohnlima/LMLoading.git
LMLoading is available through CocoaPods. To install it, simply add the following line to your Podfile:
# Swift 5.0 or later pod 'LMLoading'
and run pod install
pod install
Import library in your swift file:
import LMLoading
Show LMLoading in your view:
LMLoading.show(loading: .image, target: view)
Hide LMLoading:
LMLoading.hide()
LMLoading is under MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
LMLoading
LMLoading is the best and easy way to show an loading in your view.
❗️Requirements
⚒ Installation
Swift Package Manager
LMLoading is available through SPM. To install it, follow the steps:
After that, put the url in the field:
https://github.com/thejohnlima/LMLoading.git
CocoaPods
LMLoading is available through CocoaPods. To install it, simply add the following line to your Podfile:
and run
pod install
🎓 How to use
Import library in your swift file:
Show LMLoading in your view:
Hide LMLoading:
📱 Feature
🙋🏻 Communication
📜 License
LMLoading is under MIT license. See the LICENSE file for more info.