Skip to content

Commit 3016020

Browse files
committed
纠正 action 为操作
之前看走眼把 method stub 当作 action 了
1 parent 10c8720 commit 3016020

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

subtitles/1. Introduction to iOS 11, Xcode 9 and Swift 4.srt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@ code. No problem, what kinda connection would you like?
31913191
639
31923192
00:30:59,925 --> 00:31:01,992
31933193
You can make an action, which is a method, or
3194-
你可以创建存根(Action),也就是一个方法
3194+
你可以创建操作(Action,也就是一个方法
31953195

31963196
640
31973197
00:31:02,061 --> 00:31:03,493
@@ -3206,7 +3206,7 @@ which I'm gonna talk about later in this lecture. So
32063206
642
32073207
00:31:06,098 --> 00:31:08,732
32083208
let's start with this action one. An Action connection
3209-
所以我们这里是用 Action 这个选项。存根
3209+
所以我们这里是用 Action 这个选项。关联一个操作
32103210

32113211
643
32123212
00:31:08,800 --> 00:31:11,401
@@ -4801,7 +4801,7 @@ So if you missed it the first time, this is how we do it.
48014801
961
48024802
00:47:06,791 --> 00:47:10,660
48034803
It's an action. I'm gonna call this touchSecondCard.
4804-
选择 Action 存根,叫做 touchSecondCard
4804+
选择 Action,操作方法,叫做 touchSecondCard
48054805

48064806
962
48074807
00:47:13,531 --> 00:47:17,967
@@ -5926,7 +5926,7 @@ And what an outlet does is it creates an instance variable.
59265926
1186
59275927
00:59:03,874 --> 00:59:05,841
59285928
So action creates a method,
5929-
所以 action 存根创建一个方法
5929+
所以 action 创建一个方法
59305930

59315931
1187
59325932
00:59:05,909 --> 00:59:08,242

subtitles/2. MVC.srt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ a method like touchCard. And then UI button and
481481
97
482482
00:05:19,586 --> 00:05:21,453
483483
other things, they can get this action, and
484-
一类的控件就能得到操作这个方法的存根
484+
一类的控件就能得到这个操作方法
485485

486486
98
487487
00:05:21,521 --> 00:05:22,887

0 commit comments

Comments
 (0)