Elegant iOS form builder in Swift
-
Updated
Apr 12, 2021 - Swift
{{ message }}
Elegant iOS form builder in Swift
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
Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.
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
Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift
我不知道是不是我没设置对,我用Storyboard拖了一个Controller,然后加上了TableView和TableViewCell,然后复制了demo里xib的部分代码,运行没有效果,一片白,查看图层是有好多Cell的,但是没有子控件的影子。
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?
Swifty closures for UIKit and Foundation
A UITableView extension that enables cell insertion from the bottom of a table view.
A generic stretchy header for UITableView and UICollectionView
TDBadgedCell is a table view cell class that adds a badge, similar to the badges in Apple's own apps
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.
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
iOS framework for creating forms
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Bouncy and distorded table view cells, available on Cocoapods
Minimal edits from one collection to another
iOS reusable form library in Swift.
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2
Type-safe declarative table views.
A simpler way to do cool UITableView animations! (╯°□°)╯︵ ┻━┻
A declarative type-safe framework for building fast and flexible lists with UITableViews & UICollectionViews
Protocol-oriented UITableView management, powered by generics and associated types.
Declarative approach to populate and manage UITableViews (see https://github.com/malcommac/FlowKit)
Recreate Twitter's profile page scrolling animation for UITableView and UIScrollViews.
Add a description, image, and links to the uitableview topic page so that developers can more easily learn about it.
To associate your repository with the uitableview topic, visit your repo's landing page and select "manage topics."
Describe the feature or problem you’d like to solve
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Proposed solution
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?