All Projects → ticsmatic → Xqpagecontroller

ticsmatic / Xqpagecontroller

Licence: mit
PageController, including normal style, including sticky, tableview in tableview

Projects that are alternatives of or similar to Xqpagecontroller

Ofxremoteui
OpenFrameworks addon serves any number of variables (bool, float, int, enum, string, ofColor) on the network, so that you can modify from outside the OF app. Includes a native OSX Client. OSC based.
Stars: ✭ 132 (-45%)
Mutual labels:  controller
Cerebral
Declarative state and side effects management for popular JavaScript frameworks
Stars: ✭ 1,946 (+710.83%)
Mutual labels:  controller
Spstorkcontroller
Now playing controller from Apple Music, Mail & Podcasts Apple's apps.
Stars: ✭ 2,494 (+939.17%)
Mutual labels:  controller
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-43.75%)
Mutual labels:  controller
Gardener
Kubernetes-native system managing the full lifecycle of conformant Kubernetes clusters as a service on Alicloud, AWS, Azure, GCP, OpenStack, EquinixMetal, vSphere, MetalStack, and Kubevirt with minimal TCO.
Stars: ✭ 2,093 (+772.08%)
Mutual labels:  controller
Magicalexoplayer
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
Stars: ✭ 171 (-28.75%)
Mutual labels:  controller
Laravel Handlers
Request handlers for Laravel
Stars: ✭ 128 (-46.67%)
Mutual labels:  controller
Transition
Easy interactive interruptible custom ViewController transitions
Stars: ✭ 2,566 (+969.17%)
Mutual labels:  controller
Controllerextrabundle
Controller extra Bundle for Symfony2
Stars: ✭ 157 (-34.58%)
Mutual labels:  controller
Archit Ios
Intelygenz iOS Architecture
Stars: ✭ 203 (-15.42%)
Mutual labels:  controller
Pedalinomini
Same features of Pedalino™ in a compact form.
Stars: ✭ 139 (-42.08%)
Mutual labels:  controller
Controllerx
Create controller-based automations with ease to control your home devices and scenes.
Stars: ✭ 141 (-41.25%)
Mutual labels:  controller
Diamond
Diamond is a full-stack web-framework written in The D Programming Language using vibe.d
Stars: ✭ 173 (-27.92%)
Mutual labels:  controller
Mycontroller V1 Legacy
The Open Source Controller
Stars: ✭ 135 (-43.75%)
Mutual labels:  controller
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-8.33%)
Mutual labels:  controller
Kubernetes Reflector
Custom Kubernetes controller that can be used to replicate secrets, configmaps and certificates.
Stars: ✭ 129 (-46.25%)
Mutual labels:  controller
Nats Streaming Operator
NATS Streaming Operator
Stars: ✭ 167 (-30.42%)
Mutual labels:  controller
Antimicrox
Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
Stars: ✭ 226 (-5.83%)
Mutual labels:  controller
Controller
Complete, fast and testable actions for Rack and Hanami
Stars: ✭ 221 (-7.92%)
Mutual labels:  controller
Smudge
Control the Spotify app from within Emacs.
Stars: ✭ 186 (-22.5%)
Mutual labels:  controller

XQPageController

License MIT  Build Status

XQPageController is userd for page style change, used in news app, a controler whitch another page, magbe UITableView in UITableView, and have the style of sticky. welcome to your star, ✨✨✨✨✨✨ thanks  

Demo Project

See XQPageControllerDemo.xcworkspace

image image image image image image image image

usage

Drag XQPageController into your project

  1. It need Masory and YYCategories to support.
  2. if you want, you don't need Masory and YYCategories, its not difficult, its a syntactic sugar
  3. run.

Requirements

This library requires iOS 8.0+ and Xcode 8.0+.

Notice

in XQPageController, i mainly used subclass to implement, but for easy use and i don't want to much code, i walked the shortcut

License

XQPageController is provided under the MIT license. See LICENSE file for details.



中文介绍

1.本组件主要是用于文章浏览类page方式的浏览、频道订阅、也可以用于tableView且套tableView,其中的悬停效果

2.主要使用了继承的方式实现,但是为了简化代码,以及方便使用者阅读和修改,我并没有严格遵守继承的常规使用方式,使用详情见Demo

3.依赖了Masory、YYCategories两个组件,其中Masory在tableView嵌套tableView中使用(主要是为了修改控制器的大小,使用frame方式也是可以的,但是此时要比约束的方式略微啰嗦一点),其它地方没有使用。YYCategories主要使用了它的语法糖,不喜欢的话,你也可以很方便的把它替换掉

最后

如果对您有帮助,请不要吝啬您的star,感谢! 有什么好的意见或者建议请提出来

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