OverlayContainer
OverlayContainer copied to clipboard
Non-intrusive iOS UI library to implement overlay based interfaces
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.6 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [jmespath](https://github.com/trevorrowe/jmespath.rb) from 1.4.0 to 1.6.1. Release notes Sourced from jmespath's releases. Release v1.6.1 - 2022-03-07 Issue - Use JSON.parse instead of JSON.load. Release v1.6.0 - 2022-02-14 Feature - Add...
Bumps [cocoapods-downloader](https://github.com/CocoaPods/cocoapods-downloader) from 1.3.0 to 1.6.3. Release notes Sourced from cocoapods-downloader's releases. 1.6.3 Enhancements None. Bug Fixes None. 1.6.2 Enhancements None. Bug Fixes None. 1.6.1 Enhancements None. Bug Fixes None....
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.4 to 3.2.5. Changelog Sourced from rexml's changelog. 3.2.5 - 2021-04-05 {#version-3-2-5} Improvements Add more validations to XPath parser. require "rexml/document" by default. [GitHub#36][Patch by Koichi ITO]...
`OverlayContainer` could easily manage multiple driving scroll views: ``` containerViewController.drivingScrollViews = ... func overlayContainerViewController(_ containerViewController: OverlayContainerViewController, scrollViewsDrivingOverlay overlayViewController: UIViewController) -> [UIScrollView] { return ... } ```
When scrolling down any scroll view in the overlay in view controllers presented using page sheet modal presentation style, the view controller is interactively dismissed. Page sheet should not be...
Hi, I'm trying to animate other views in sync with the overlay transition. The BackdropExampleViewController example comes very close to what I want to do. Everything works fine, but when...
Bumps [activesupport](https://github.com/rails/rails) from 6.1.7 to 6.1.7.3. Release notes Sourced from activesupport's releases. v6.1.7.3 Active Support Implement SafeBuffer#bytesplice [CVE-2023-28120] Active Model No changes. Active Record No changes. Action View Ignore certain...