A data-driven UICollectionView framework for building fast and flexible lists.
-
Updated
Sep 1, 2021 - Objective-C
{{ message }}
A data-driven UICollectionView framework for building fast and flexible lists.
The current example app is a really simple approach on what can be done with ViewAnimator. Even though the library is not complex to integrate and use on your own projects it would be nice to show how to use different animations in different scenarios.
I'd be replicating the app should on the animations Complex header.
<image src="https://cdn.dribbble.com/users/702789/screenshots/381608
FSPagerView is an elegant Screen Slide Library. It is extremely helpful for making Banner View、Product Show、Welcome/Guide Pages、Screen/ViewController Sliders.
A UICollectionViewLayout subclass that adds custom transitions/animations to the UICollectionView without effecting your existing code.
The waterfall (i.e., Pinterest-like) layout for UICollectionView.
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 UITableView UICollectionView RTL
Reimagining UICollectionView
Make. It. Bounce.
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
Gemini is rich scroll based animation framework for iOS, written in Swift.
我不知道是不是我没设置对,我用Storyboard拖了一个Controller,然后加上了TableView和TableViewCell,然后复制了demo里xib的部分代码,运行没有效果,一片白,查看图层是有好多Cell的,但是没有子控件的影子。
A paging view controller with a highly customizable menu
I have a very big app and do not want to make a placeholder for each screen I would like to provide context to about what is loading. (And also do not want a general 'loading' message). Is there currently a way to change the title/subtitle easily for each ViewController, from the ViewController itself?
A CollectionView Layout displaying a slanted cells
Extends `UICollectionViewFlowLayout` to support reordering of cells. Similar to long press and pan on books in iBook.
Swifty closures for UIKit and Foundation
A generic stretchy header for UITableView and UICollectionView
A simple but highly customizable UICollectionViewLayout for UICollectionView -- Simple SwiftUI views that let you make page-view effects.
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.
A lightweight UICollectionViewLayout that 'pages' and centers its cells
A SwiftUI collection view with support for custom layouts, preloading, and more.
TangramKit is a powerful iOS UI framework implemented by Swift. 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,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
Full aspect ratio grid layout for iOS
Add a description, image, and links to the uicollectionview topic page so that developers can more easily learn about it.
To associate your repository with the uicollectionview topic, visit your repo's landing page and select "manage topics."
lastLineFillPercentby design is limited to multiline text views. It's mostly due to the following lines within thecalculatedWidthForLinefunction:I believe removing the
totalLines != 1would be enough to enable fill percent for one-line text views