0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. BulletinBoard
  2. /
  3. Sources
  4. /
  5. Support
  6. /
  7. Animations
GGitHubFix the background view origin when presenting (#183)
40155be5创建于 2020年9月25日历史提交
文件最后提交记录最后更新时间
AnimationChain.swift
Upgrade framework and example to Swift 4.2 (#110) * Upgrade framework and example to Swift 4.2 * Update build-related files, readme, changelog * Add Swift version in Podspec * Remove Developer ID 7 年前
BulletinDismissAnimationController.swift
Release 4.1.1 (#176) * Fix for iPad split view bug (#173) * Fixed the iPad animation bug when bulletin shown, also couple deprecation warnings * Updated Changelog * Corrected the available -check * Remove project resources * Update CHANGELOG Co-authored-by: Petri Tilli <petri.e.tilli@gmail.com> Co-authored-by: Alexis Aubry <alexisonline@fastmail.com>5 年前
BulletinPresentationAnimationController.swift
Fix the background view origin when presenting (#183) * Fix the background view origin when presenting When presenting over a ViewController (the “from” VC), if that ViewController is not at the screen’s origin, the background view will not appear at the correct position above it. This fixes the problem by setting the background view’s frame to the “from” VC’s view’s frame **converted into the coordinate system of the container view.** * add PR to CHANGELOG5 年前
BulletinSwipeInteractionController.swift
Fix frozen dismissal after initial interaction (#133) 7 年前