Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
100mango authored May 6, 2019
1 parent 2916f2e commit fe52b90
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Objective-C 拾遗:designated initializer
--


### designated initializer是什么

> The initializer of a class that takes the full complement of initialization parameters is usually the designated initializer. [^1]
Expand Down Expand Up @@ -97,7 +98,7 @@ A convenience initializer must ultimately call a designated initialize[^2]

规则可以用这样一幅图显示:

![](Designated Initializers and Convenience Initializers.png)
![](https://github.com/100mango/zen/blob/master/Objective-C%20%E6%8B%BE%E9%81%97%EF%BC%9Adesignated%20initializer/Designated%20Initializers%20and%20Convenience%20Initializers.png)

### 个人心得

Expand Down

0 comments on commit fe52b90

Please sign in to comment.