Skip to content

Commit

Permalink
Update README md files(UITableView, CustomUI)
Browse files Browse the repository at this point in the history
  • Loading branch information
simajune committed May 16, 2018
1 parent bf02485 commit 31b32ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Class/171019_CustomUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

- CustomView Class file 만들기

<img src="https://simajune.github.io/img/posting/CustomUI1.png" width="375px" height="667px"/>
<img src="https://simajune.github.io/img/posting/CustomUI1.png" width="475px" height="300px"/>

### 2. Setting CustomView Class

- UI Component에 Custom Class 설정

<img src="https://simajune.github.io/img/posting/CustomUI2.png" width="375px" height="667px"/>
<img src="https://simajune.github.io/img/posting/CustomUI2.png" width="375px" height="400px"/>



Expand Down
6 changes: 3 additions & 3 deletions Class/171019_UITableView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@ extension IndexPath {

- TableView Cell Identofier 설정

<img src="https://simajune.github.io/img/posting/TableView5.png" width="375px" height="450px"/>
<img src="https://simajune.github.io/img/posting/TableView5.png" width="300px" height="350px"/>

- DataSource 연결

<img src="https://simajune.github.io/img/posting/TableView6.png" width="375px" height="550px"/>
<img src="https://simajune.github.io/img/posting/TableView6.png" width="375px" height="450px"/>

2. DataSource 함수 만들기 (section, row 갯수)

Expand Down Expand Up @@ -185,4 +185,4 @@ extension IndexPath {
- Checkmark
- DetailButton

<img src="https://simajune.github.io/img/posting/TableView7.png" width="300px" height="300px"/>
<img src="https://simajune.github.io/img/posting/TableView7.png" width="500px" height="300px"/>

0 comments on commit 31b32ff

Please sign in to comment.