Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

自定义View Controller转换动画 #135

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,624 changes: 1,624 additions & 0 deletions issue-20/Sprite Kit 游戏中的三角学(1).md

Large diffs are not rendered by default.

960 changes: 960 additions & 0 deletions issue-20/Sprite Kit 游戏中的三角学(2) .md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion issue-20/UIStackView教程:了解Stack View.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,9 @@ Top: 20, Leading: 0, Trailing: 0, Bottom: 20
> stack view. The little blue circle should be positioned at the left
> edge between the two stack views and not at the right edge:

>
> 注意:让箭头稍微偏向你正在拖的Stack View左边一点,以便它能够作为外层 Stack View 的 subview 添加。蓝色的小圆圈应当位于两个 Stack View 之间的左端而不是右端:


<img src="http://cdn2.raywenderlich.com/wp-content/uploads/2015/09/57-drag-and-drop-to-reposition-section_639x130.png"/>

现在,weather版块是从上到下的第三个版块,由于 Hide 按钮它并不是 Stack View的subview,所以它不会参与移动,它的frame当前是不正确的。
Expand Down
Loading