All Projects → qussers → IZJHorizontalTableView

qussers / IZJHorizontalTableView

Licence: MIT license
一个支持添加横向滑动切换ScrollView的tableView,并且保持原有垂直方向视图加载的View。可实现仿微博iOS,转转iOS等切换效果

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to IZJHorizontalTableView

Rxdatasources
UITableView and UICollectionView Data Sources for RxSwift (sections, animated updates, editing ...)
Stars: ✭ 2,784 (+19785.71%)
Mutual labels:  tableview
StretchableTableViewHeader-Swift
You might have seen a collapsable or stretchable tableview header in android. If you check the whatsapp profile/ group settings page , you can see this. If you are using Netflix app, you might have seen a zoom in effect in the tableview header as well. Well, if you ever wondered how to do this in iOS, I will give a simple solution.
Stars: ✭ 57 (+307.14%)
Mutual labels:  tableview
SPPickerView
这是一个选择器,功能类似系统的UIPickerView,但是比UIPickerView的适用范围广得多
Stars: ✭ 28 (+100%)
Mutual labels:  tableview
Reactivelists
React-like API for UITableView & UICollectionView
Stars: ✭ 250 (+1685.71%)
Mutual labels:  tableview
vue-horizontal-calendar
a horizontal calendar component for Vue.js
Stars: ✭ 37 (+164.29%)
Mutual labels:  horizontal
ContentTableViewController
🏓 Super simple CocoaPod to present content. https://insanj.github.io/ContentTableViewController/
Stars: ✭ 24 (+71.43%)
Mutual labels:  tableview
Magearrefreshcontrol
An iOS refresh control with gear animation
Stars: ✭ 231 (+1550%)
Mutual labels:  tableview
bppgrid
QtQuick 2 Table component, modeled on TableView QML Type and some other Cool qml components
Stars: ✭ 54 (+285.71%)
Mutual labels:  tableview
ZKTreeTableView
A view of the tree structure.树状结构列表。
Stars: ✭ 97 (+592.86%)
Mutual labels:  tableview
SectionReactor
A ReactorKit extension for managing table view and collection view sections with RxDataSources
Stars: ✭ 45 (+221.43%)
Mutual labels:  tableview
SUBLicenseViewController
✒ CocoaPod for attributing open source software! https://insanj.github.io/SUBLicenseViewController/
Stars: ✭ 15 (+7.14%)
Mutual labels:  tableview
react-native-js-tableview
A JavaScript implementation for TableView that looks great on both iOS and Android.
Stars: ✭ 23 (+64.29%)
Mutual labels:  tableview
MultilevelList
TableView多级列表:分级展开或合并,逐级获取并展示其子级数据,可以设置最大的层级数,支持多选、单选、取消选择。
Stars: ✭ 59 (+321.43%)
Mutual labels:  tableview
Dropdownmenukit
UIKit drop down menu, simple yet flexible and written in Swift
Stars: ✭ 246 (+1657.14%)
Mutual labels:  tableview
iOSProjects
It's project that contains different applications developed with Swift 5.7 👨‍💻👩🏼‍💻🧑🏿‍💻
Stars: ✭ 122 (+771.43%)
Mutual labels:  tableview
Tqmultistagetableview
TQMultistageTableView是一个分3层的列表控件
Stars: ✭ 232 (+1557.14%)
Mutual labels:  tableview
HorizontalTimesLayout
Layout to display time slots in horizontal 24 hour format
Stars: ✭ 31 (+121.43%)
Mutual labels:  horizontal
ZXTableView
快速、高效地构建TableView,节省80%以上重复代码,无需设置数据源和代理。
Stars: ✭ 18 (+28.57%)
Mutual labels:  tableview
Alister
No more boilerplate code with tables and collections!
Stars: ✭ 15 (+7.14%)
Mutual labels:  tableview
DLStretchableTableHeaderView
TableView with strechable header
Stars: ✭ 17 (+21.43%)
Mutual labels:  tableview

IZJHorizontalTableView

一个支持添加横向滑动切换ScrollView的tableView,并且保持原有垂直方向视图加载的View。可实现仿微博iOS,转转iOS等切换效果 满足垂直方向的tableVIew机制的同时,可以扩展横向滑动,支持自定义segMent,Header,Footer; 头部响应链条及弹簧效果均保持。 不足,滑动垂直table视图,横向视图中的ScrollView的滑动没有完美过度。

使用方法: 引入文件 IZJHorizontalTableView.h , IZJHorizontalTableView.m,按照一般UITableView创建即可。根据对应协议实现方法,完成不同样式布局。

https://www.jianshu.com/p/5032a2ebc40e

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].