Skip to content

SiriDx/DXScaleFlowLayout

Repository files navigation

DXScaleFlowLayout

CocoaPods Platform Swift

DXScaleFlowLayout is a subclass of the UICollectionViewFlowLayout allowing the display of scale up/down cells in a UICollectionView.

Demo

  1. Requirements
  2. Integration
  3. Usage

Requirements

  • iOS 9.0+
  • Xcode 8

Integration

CocoaPods (iOS 8+)

You can use CocoaPods to install DXScaleFlowLayout by adding it to your Podfile:

platform :ios, '8.0'
use_frameworks!

target 'MyApp' do
pod 'DXScaleFlowLayout', '~> 1.0.0'
end

Manually (iOS 7+)

To use this library in your project manually, you may drag DXScaleFlowLayout.swift to the project tree

Usage

Basics

Import DXScaleFlowLayout module

import DXScaleFlowLayout

Create an instance of DXScaleFlowLayout with transform scale you need to initialize your UICollectionView

let scaleLayout = DXScaleFlowLayout()
scaleLayout.transformScale = 0.15

UICollectionView(frame: .zero, collectionViewLayout: scaleLayout)

Property

  • transformScale:
open var transformScale: CGFloat
  • minimumAlpha:
open var minimumAlpha: CGFloat
  • isPagingEnabled:
open var isPagingEnabled: Bool
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy