PagingSmoothView
@MainActor
open class PagingSmoothView : UIView
extension PagingSmoothView: UICollectionViewDataSource, UICollectionViewDelegateFlowLayout
Undocumented
-
Undocumented
Declaration
Swift
@MainActor public private(set) var listDict: [Int : any PagingSmoothViewListViewDelegate] { get }
-
Undocumented
Declaration
Swift
@MainActor public let listCollectionView: PagingSmoothCollectionView
-
Undocumented
Declaration
Swift
@MainActor public var defaultSelectedIndex: Int
-
Undocumented
Declaration
Swift
@MainActor public weak var delegate: PagingSmoothViewDelegate?
-
Undocumented
Declaration
Swift
@MainActor public init(dataSource: PagingSmoothViewDataSource)
-
Undocumented
Declaration
Swift
@MainActor public required init?(coder: NSCoder)
-
Undocumented
Declaration
Swift
@MainActor public func reloadData()
-
Undocumented
Declaration
Swift
@MainActor override open func layoutSubviews()
-
Undocumented
Declaration
Swift
override open func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey : Any]?, context: UnsafeMutableRawPointer?)
-
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)