Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
7b35bb98d776f869851f345696215def30814de2
BulletinBoard
/
Sources
/
Support
/
Animations
下载当前目录
G
GitHub
Fix 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 CHANGELOG
5 年前
BulletinSwipeInteractionController.swift
Fix frozen dismissal after initial interaction (#133)
7 年前