All Projects → 623637646 → EmbeddedScrollView

623637646 / EmbeddedScrollView

Licence: MIT license
Embedded UIScrollView for iOS.

Programming Languages

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

Projects that are alternatives of or similar to EmbeddedScrollView

Tysnapshotscroll
一句代码保存截图,将 UIScrollView UITableView UICollectionView UIWebView WKWebView 网页 保存 为 长图 查看。Save the scroll view page as an image,support UIScrollView,UITableView,UICollectionView,UIWebView,WKWebView.(Support iOS13)
Stars: ✭ 709 (+1189.09%)
Mutual labels:  scrollview, uiscrollview
Bouncescrollview
🔥🔥 An Android costomized ScrollView which likes UIScrollView over-scrolling effect in iOS.
Stars: ✭ 93 (+69.09%)
Mutual labels:  scrollview, uiscrollview
Jt3dscrollview
ScrollView with custom effects during the scroll for iOS
Stars: ✭ 494 (+798.18%)
Mutual labels:  scrollview, uiscrollview
Tlyshynavbar
Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
Stars: ✭ 3,780 (+6772.73%)
Mutual labels:  scrolling, scrollview
hruby
Embed Ruby in your Haskell program.
Stars: ✭ 22 (-60%)
Mutual labels:  embedded, embed
Openthread
OpenThread released by Google is an open-source implementation of the Thread networking protocol
Stars: ✭ 2,643 (+4705.45%)
Mutual labels:  embedded, nest
Parallaxheader
Simple way to add parallax header to UIScrollView/UITableView written in Swift.
Stars: ✭ 808 (+1369.09%)
Mutual labels:  scrollview, uiscrollview
Yjbannerview
【抱歉,暂时不提供开源】A very popular and highly customized banner view, 无限循环滚动轮播图BannerView、焦点图, 支持Cocoapods 及 Carthage. 支持完全自定义
Stars: ✭ 506 (+820%)
Mutual labels:  scrolling, scrollview
Txscrolllabelview
🌭TXScrollLabelView, the best way to show & display information such as adverts / boardcast / onsale e.g. with a customView.
Stars: ✭ 714 (+1198.18%)
Mutual labels:  scrolling, scrollview
Ot Rtos
OpenThread RTOS, an integration of OpenThread, LwIP, and FreeRTOS.
Stars: ✭ 90 (+63.64%)
Mutual labels:  embedded, nest
2DUICollectionViewSwift
A simple and elegant 2Dimensional UICollectionView which is most commonly used in ecommerce apps, music streaming apps etc. Easily customisable as per your requirements as it is designed keeping the superset requirement in mind. Developed in latest Swift syntax.
Stars: ✭ 28 (-49.09%)
Mutual labels:  scrolling, uiscrollview
nestjs-minio
Your favorite object storage with nestjs
Stars: ✭ 36 (-34.55%)
Mutual labels:  nest
micropython-epaper
Driver for 2.7 inch Adafruit and Embedded Artists e-paper displays
Stars: ✭ 53 (-3.64%)
Mutual labels:  embedded
ScrollViewProxy
ScrollViewProxy for SwiftUI on iOS 13 and up
Stars: ✭ 135 (+145.45%)
Mutual labels:  scrollview
react-picky-date-time
A react component for date time picker. Online demo examples
Stars: ✭ 41 (-25.45%)
Mutual labels:  scrolling
adskalman-rs
Kalman filter implementation in Rust
Stars: ✭ 22 (-60%)
Mutual labels:  embedded
gpio-cdev
Rust interface to the Linux GPIO Character Device API (/dev/gpiochip...)
Stars: ✭ 153 (+178.18%)
Mutual labels:  embedded
SlideUpTopBar-for-Foundation
SlideUpTopBar is an extension for the Zurb Foundation 5 top-bar component. It hides the top-bar when scrolling down a page & shows it when scrolling back up the page.
Stars: ✭ 47 (-14.55%)
Mutual labels:  scrolling
dtask
DTask is a scheduler for statically dependent tasks.
Stars: ✭ 17 (-69.09%)
Mutual labels:  embedded
whatlies
Toolkit to help understand "what lies" in word embeddings. Also benchmarking!
Stars: ✭ 351 (+538.18%)
Mutual labels:  embeddings

EmbeddedScrollView

Add a vertical UIScrollView into another vertical UIScrollView for iOS. It makes users feel like it's a single UIScrollView. This tool resolve the gesture conflict between thw two UIScrollViews. It supports Swift and Objective-C

ezgif com-gif-maker

How to use EmbeddedScrollView

Just one line code to do it!

outerScrollView.embeddedScrollView = embeddedScrollView

The API is in an extension.

extension UIScrollView {

    @objc public var embeddedScrollView: UIScrollView?
}

How to integrate EmbeddedScrollView?

EmbeddedScrollView can be integrated by cocoapods.

pod 'EmbeddedScrollView'

Or use Swift Package Manager. SPM is supported from 1.1.0.

Requirements

  • iOS 10.0+
  • Xcode 11+
  • Swift 5.0+
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].