Skip to content
#

pull-requests

Here are 453 public repositories matching this topic...

laurivers
laurivers commented Jul 24, 2020

iOS 14 UITableViewCell 的 subviews 有了较大变化

  • iOS 13 中 TableViewCell 的 subviews

[UITableViewContentView, 自己添加的其他控件]

  • iOS 14 中 TableViewCell 的 subviews

[_UISystemBackgroundView, 自己添加的其他控件, UITableViewContentView]

结果是在 iOS 14 上会跳过 _UISystemBackgroundView, 但是把 UITableViewContentView 也画出骨架来.

因为 iOS 14 还未正式发布, 这里目前基于 beta 3 做了简单的 workaround. **直接判断如果是 _UISystemBackgroundView

azai91
azai91 commented Apr 7, 2020

Love the product so far. Was wondering if there was an action to update the base branch that a pull request is compared to? If not, I think that would be a great feature to add. Something along the lines of:

pull_request_rules:
  - name: Change base
    conditions:
      - "title~=^\\[Release\\].+"
    actions:
      change_base:
        branch: release
alexanmtz
alexanmtz commented Mar 9, 2020

We need to sync the issues assigned to users from Github, so when someone is assigned to Github, the user assigned should be assigned on Gitpay as well. And we expect that the user is notified about this change by email.

We have two scenarios:

  1. User assigned on Github is registered on Gitpay
  2. User assigned on Github is not registered on Gitpay

The email should follow this template:

Improve this page

Add a description, image, and links to the pull-requests topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pull-requests topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.