All Projects → omaralbeik → StackableTableView

omaralbeik / StackableTableView

Licence: MIT license
A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView

Programming Languages

swift
15916 projects
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to StackableTableView

Basecomponents
BaseComponents aims to provide easily reusable and understandable components to increase productivity with UIKit and Foundation APIs
Stars: ✭ 92 (+27.78%)
Mutual labels:  uitableview, uikit, autolayout
Viewanimator
ViewAnimator brings your UI to life with just one line
Stars: ✭ 6,592 (+9055.56%)
Mutual labels:  uitableview, uikit, uistackview
ios ui recipe showcase
iOSアプリ開発 - UI実装であると嬉しいレシピブック掲載サンプル
Stars: ✭ 54 (-25%)
Mutual labels:  uitableview, uikit, autolayout
Mylinearlayout
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 UITab…
Stars: ✭ 4,152 (+5666.67%)
Mutual labels:  uitableview, autolayout
Swiftreorder
Easy UITableView drag-and-drop cell reordering
Stars: ✭ 340 (+372.22%)
Mutual labels:  uitableview, uikit
Uitableviewdynamiclayoutcacheheight
🖖高性能的自动计算采用 Autolayout 布局的 UITableViewCell 和 UITableViewHeaderFooterView 的高度,内部自动管理高度缓存。
Stars: ✭ 360 (+400%)
Mutual labels:  uitableview, autolayout
Drawer View
📤 Custom UI component for iOS, replication of Apple's Apple Music player and Shortcuts’ components view [Swift 5.0, iOS 12].
Stars: ✭ 136 (+88.89%)
Mutual labels:  uikit, autolayout
Swipecellkit
A swipeable UITableViewCell or UICollectionViewCell with support for:
Stars: ✭ 5,745 (+7879.17%)
Mutual labels:  uitableview, uikit
Tablekit
Type-safe declarative table views.
Stars: ✭ 567 (+687.5%)
Mutual labels:  uitableview, autolayout
Tangramkit
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
Stars: ✭ 984 (+1266.67%)
Mutual labels:  uitableview, autolayout
Gskstretchyheaderview
A generic stretchy header for UITableView and UICollectionView
Stars: ✭ 1,624 (+2155.56%)
Mutual labels:  uitableview, uikit
Pbtreeview
An UITreeView implementation from UITableView that Apple missed in its UIKit framework. And it is in pure Swift.
Stars: ✭ 128 (+77.78%)
Mutual labels:  uitableview, uikit
Wlemptystate
WLEmptyState is an iOS based component that lets you customize the view when the dataset of a UITableView or a UICollectionView is empty. We created a sample project with the WLEmptyState component to show how you can use it.
Stars: ✭ 305 (+323.61%)
Mutual labels:  uitableview, uikit
TableViewKit
Empowering UITableView with painless multi-type cell support and built-in automatic state transition animations
Stars: ✭ 105 (+45.83%)
Mutual labels:  uitableview, uikit
Owl
A declarative type-safe framework for building fast and flexible lists with UITableViews & UICollectionViews
Stars: ✭ 423 (+487.5%)
Mutual labels:  uitableview, uikit
Automatic Height Tagcells
This is a sample project to implement features with dynamic height of UITableViewCell based on autolayout, tags aligned automatically and clickable tags.
Stars: ✭ 229 (+218.06%)
Mutual labels:  uitableview, autolayout
Swiftautolayout
Write constraints in a concise, expressive, Swifty way.
Stars: ✭ 83 (+15.28%)
Mutual labels:  uikit, autolayout
Kgnautolayout
Making AutoLayout Easy
Stars: ✭ 127 (+76.39%)
Mutual labels:  uikit, autolayout
Pagingkit
PagingKit provides customizable menu UI. It has more flexible layout and design than the other libraries.
Stars: ✭ 1,030 (+1330.56%)
Mutual labels:  uitableview, uikit
Flowkit
A declarative type-safe framework for building fast and flexible list with Tables & Collection
Stars: ✭ 215 (+198.61%)
Mutual labels:  uitableview, autolayout

StackableTableView

CI codecov Platform Version Carthage compatible SPM compatible License

A UITableView subclass that enables setting an array of views for both headers and footers utilizing UIStackView


Demo

Requirements

  • iOS 11.0+

Installation

Swift Package Manager (Recommended)

Once you have your Swift package set up, adding StackableTableView as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/omaralbeik/StackableTableView.git", from: "1.0.0")
]

CocoaPods

To integrate StackableTableView into your Xcode project using CocoaPods, specify it in your Podfile

pod 'StackableTableView'

Carthage

To integrate StackableTableView into your Xcode project using Carthage, specify it in your Cartfile

github "omaralbeik/StackableTableView" ~> 1.0.0

Manually

Add the Sources folder to your Xcode project.

License

StackableTableView is available under the MIT license. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].