PagingSmoothView

@MainActor
open class PagingSmoothView : UIView
extension PagingSmoothView: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout

Undocumented

KVO

  • Undocumented

    Declaration

    Swift

    override open func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey : Any]?, context: UnsafeMutableRawPointer?)

PagingSmoothView

  • Undocumented

    Declaration

    Swift

    @MainActor
    public func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func collectionView(_ collectionView: UICollectionView, willDisplay cell: UICollectionViewCell, forItemAt indexPath: IndexPath)
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func collectionView(_ collectionView: UICollectionView, didEndDisplaying cell: UICollectionViewCell, forItemAt indexPath: IndexPath)
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func scrollViewDidScroll(_ scrollView: UIScrollView)
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func scrollViewDidEndDragging(_ scrollView: UIScrollView, willDecelerate decelerate: Bool)
  • Undocumented

    Declaration

    Swift

    @MainActor
    public func scrollViewDidEndDecelerating(_ scrollView: UIScrollView)