All Projects → ApplikeySolutions → Gravityslider

ApplikeySolutions / Gravityslider

Licence: mit
🔄 GravitySlider is a beautiful alternative to the standard UICollectionView flow layout.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Gravityslider

Vegascroll
↕️ VegaScroll is a lightweight animation flowlayout for UICollectionView completely written in Swift 4, compatible with iOS 11 and Xcode 9.
Stars: ✭ 2,647 (+237.63%)
Mutual labels:  iphone-x, xcode, scroll, uicollectionview
Openssl For Iphone
A script for compiling OpenSSL for iOS Devices (iPhone, iPad, iPod Touch, AppleTV, MacCatalyst)
Stars: ✭ 2,190 (+179.34%)
Mutual labels:  iphone, xcode
Blockparty
Ad Blocker App for iOS, macOS
Stars: ✭ 722 (-7.91%)
Mutual labels:  iphone, xcode
slider-manager
simple wrapper to create sliders focused on animations
Stars: ✭ 28 (-96.43%)
Mutual labels:  slider, scroll
Unwrap
Learn Swift interactively on your iPhone.
Stars: ✭ 1,992 (+154.08%)
Mutual labels:  iphone, xcode
Apple Device Model List
All Apple devices model name list. 通过内部编号判断 iOS 设备型号。
Stars: ✭ 149 (-80.99%)
Mutual labels:  iphone, xcode
Build Openssl Curl
Scripts to build OpenSSL, HTTP/2 (nghttp2) and cURL (libcurl) for MacOS, iOS and tvOS devices (x86_64, armv7, armv7s, arm64, arm64e). Now Supporting Apple Silicon, OpenSSL 1.1.1 with TLS 1.3 and Mac Catalyst builds.
Stars: ✭ 230 (-70.66%)
Mutual labels:  iphone, xcode
Sbsanimoji
🐵 Animoji app using Apples AvatarKit
Stars: ✭ 884 (+12.76%)
Mutual labels:  iphone, iphone-x
Ios Open Gpx Tracker
GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
Stars: ✭ 344 (-56.12%)
Mutual labels:  iphone, xcode
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (-50.13%)
Mutual labels:  xcode, slider
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+429.59%)
Mutual labels:  xcode, uicollectionview
Kotlinnativesample
Kotlin Native app working on Android & iPhone
Stars: ✭ 119 (-84.82%)
Mutual labels:  iphone, xcode
Device
Light weight tool for detecting the current device and screen size written in swift.
Stars: ✭ 1,503 (+91.71%)
Mutual labels:  iphone, xcode
Pulley
A library to imitate the iOS 10 Maps UI.
Stars: ✭ 1,928 (+145.92%)
Mutual labels:  iphone, xcode
Responsivedevices.css
Responsive CSS Device frames for your landing pages
Stars: ✭ 59 (-92.47%)
Mutual labels:  iphone, iphone-x
Uicollectionviewsplitlayout
UICollectionViewSplitLayout makes collection view more responsive.
Stars: ✭ 226 (-71.17%)
Mutual labels:  iphone, uicollectionview
Scalingcarousel
A super simple carousel view with scaling transitions written in Swift
Stars: ✭ 499 (-36.35%)
Mutual labels:  iphone, uicollectionview
Streetmusicmap
StreetMusicMap is a collab line up of street music performers from all over the world.
Stars: ✭ 13 (-98.34%)
Mutual labels:  iphone, xcode
Iphone X
🐳A simple and easy way to keep your custom views layout properly on iPhone X
Stars: ✭ 304 (-61.22%)
Mutual labels:  iphone, iphone-x
Carlenscollectionviewlayout
An easy-to-use Collection View Layout for card-like animation.
Stars: ✭ 478 (-39.03%)
Mutual labels:  iphone, uicollectionview

GravitySliderFlowLayout

Version License Platform Twitter Swift 3.0.x

Made by Applikey Solutions

Find this project on Dribbble

GravitySliderFlowLayout

Table of Contents

  1. Purpose
  2. Supported OS & SDK Versions
  3. Installation
  4. Usage
  5. Demo
  6. Release Notes
  7. Contact Us
  8. License

Purpose

GravitySlider is a lightweight animation flowlayot for UICollectionView completely written in Swift 4, compatible with iOS 11 and xCode 9.

Supported OS & SDK Versions

  • Supported build target - iOS 9.0

Installation

GravitySliderFlowLayout is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'GravitySliderFlowLayout'

Usage

import GravitySliderFlowLayout

let gravitySliderLayout = GravitySliderFlowLayout(with: CGSize(width: 50, height: 50))
collectionView.collectionViewLayout = gravitySliderLayout

Demo

example-plain

Release Notes

Version 1.0

  • Release version.

Contact Us

You can always contact us via [email protected] We are open for any inquiries regarding our libraries and controls, new open-source projects and other ways of contributing to the community. If you have used our component in your project we would be extremely happy if you write us your feedback and let us know about it!

License

The MIT License (MIT)

Copyright © 2017 Applikey Solutions

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].