0
代码介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
0
  1. BulletinBoard
  2. /
  3. Sources
  4. /
  5. Support
AAlexis AubryRequire iOS 11
2680f14d创建于 2020年9月25日历史提交
文件最后提交记录最后更新时间
Animations
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 年前
Helpers
Require iOS 11 5 年前
Views
Add support for Swift Package Manager (#158) (#178) * Update project to support Swift Package Manager * Update CHANGELOG * Only create one library * Reorganize Swift project to better support SPM * Update README * Clean up files * Update BLTNItem.swift5 年前
BLTNBoardSwiftSupport.h
Add workaround to allow static library usage (#100) * Add workaround to allow static library usage * Fix Swift support file import and Podspec * Add step to check CocoaPods static lib in Travis * Revert "Add step to check CocoaPods static lib in Travis" This reverts commit 73d2de4f530cbcfd1e38d58fa1d22866efbf130b. 7 年前
BulletinViewController.swift
Require iOS 11 5 年前