Skip to content

Commit

Permalink
오타 수정 (#12)
Browse files Browse the repository at this point in the history
* AnyObject 오타 수정

* AnyCancellable 오타 수정
  • Loading branch information
heoblitz authored Oct 26, 2021
1 parent 2b1d66a commit 82fb288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ iOS개발자들에게 필요한 자료들을 정리하고 있는 중입니다.
- class의 성능을 향상 시킬수 있는 방법들을 나열해보시오.
- Copy On Write는 어떤 방식으로 동작하는지 설명하시오.
- Convinience init에 대해 설명하시오.
- Anyobject에 대해 설명하시오.
- AnyObject에 대해 설명하시오.
- Optional 이란 무엇인지 설명하시오.
- Struct 가 무엇이고 어떻게 사용하는지 설명하시오.
- Subscripts에 대해 설명하시오.
Expand Down Expand Up @@ -130,7 +130,7 @@ Objective-c나 rx는 회사, 팀마다 사용하는곳이 차이가있고 신입
## Combine
- PassthroughSubject에 대해서 설명하시오
- @Published에 대해서 설명하시오
- Anycancleable에 대해서 설명하시오
- AnyCancellable에 대해서 설명하시오
- sink에 대해서 설명하시오

## Rx
Expand Down

0 comments on commit 82fb288

Please sign in to comment.