KO
|
EN
gitlite — search
Search
#python
#go
#golang
#javascript
#bot
#hacktoberfest
#game
#android
#react
#nodejs
#php
#aws
SkeletonView-XCFramework
★ 10
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
SkeletonView
:
Skeleton view for Skeleton Screens loading.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SkeletonView-XCFramework
?
Download (.md)
 <p align="center"> <a href="https://github.com/Juanpe/SkeletonView/actions?query=workflow%3ACI"> <img src="https://github.com/Juanpe/SkeletonView/workflows/CI/badge.svg"> </a> <a href="https://codebeat.co/projects/github-com-juanpe-skeletonview-main"><img alt="codebeat badge" src="https://codebeat.co/badges/1f37bbab-a1c8-4a4a-94d7-f21740d461e9" /></a> <a href="https://cocoapods.org/pods/SkeletonView"><img src="https://img.shields.io/cocoapods/v/SkeletonView.svg?style=flat"></a> <a href="https://github.com/Carthage/Carthage/"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat"></a> <a href="https://swift.org/package-manager/"><img src="https://img.shields.io/badge/SPM-supported-Green.svg?style=flat"></a> <img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FJuanpe%2FSkeletonView%2Fbadge%3Ftype%3Dplatforms"/> <a href="https://badge.bow-swift.io/recipe?name=SkeletonView&description=An%20elegant%20way%20to%20show%20users%20that%20something%20is%20happening%20and%20also%20prepare%20them%20to%20which%20contents%20he%20is%20waiting&url=https://github.com/juanpe/skeletonview&owner=Juanpe&avatar=https://avatars0.githubusercontent.com/u/1409041?v=4&tag=1.20.0"><img src="https://raw.githubusercontent.com/bow-swift/bow-art/master/badges/nef-playgrounds-badge.svg" alt="SkeletonView Playground" style="height:20px"></a> </p> The goal of this repository is to define [SkeletonView](https://github.com/Juanpe/SkeletonView) as a **XCFramework**. Now, you can use this repo to install it. To get more details about the library and its features, please go to [the original repo](https://github.com/Juanpe/SkeletonView). **Supported OS & SDK Versions** * iOS 9.0+ * tvOS 9.0+ * Swift 5.3 ## ❤️ Contributing This is an open source project, so feel free to contribute. How? - Open an [issue](https://github.com/Juanpe/SkeletonView/issues/new). - Send feedback via [email](mailto://juanpecatalan.com). - Propose your own fixes, suggestions and open a pull request with the changes. See [all contributors](https://github.com/Juanpe/SkeletonView/graphs/contributors) For more information, please read the [contributing guidelines](https://github.com/Juanpe/SkeletonView/blob/main/CONTRIBUTING.md). ## 🏆 Sponsors Open-source projects cannot live long without your help. If you find **SkeletonView** is useful, please consider supporting this project by becoming a sponsor. Become a sponsor through [GitHub Sponsors](https://github.com/sponsors/Juanpe) :heart: ## 👨🏻💻 Author [Juanpe Catalán](http://www.twitter.com/JuanpeCatalan) <a class="bmc-button" target="_blank" href="https://www.buymeacoffee.com/CDou4xtIK"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy me a coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;"><span style="margin-left:5px"></span></a> ## 👮🏻 License ``` MIT License Copyright (c) 2017 Juanpe Catalán Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ```