Skip to content

Commit

Permalink
Update Image Size
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 13, 2023
1 parent d01476c commit 8989c33
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Content/blog/iga-ios-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ postImage: https://github.com/jihoonahn/blog/assets/68891494/083d7040-3ed2-4b8a-

어느정도 떨긴 했지만 최대한 많은 내용을 전달하고자 하는 생각으로 발표를 시작하게 되었습니다.

<img width=49% src="https://github.com/Jihoonahn/Blog/assets/68891494/a70212a0-c9cb-42f4-8a1e-6674acd71103"></img>
<img width=49% src="https://github.com/Jihoonahn/Blog/assets/68891494/4bba15b6-63cb-4d70-8f07-45e55f77a40e"></img>
<img width=100% src="https://github.com/Jihoonahn/Blog/assets/68891494/a70212a0-c9cb-42f4-8a1e-6674acd71103"></img>
<img width=100% src="https://github.com/Jihoonahn/Blog/assets/68891494/4bba15b6-63cb-4d70-8f07-45e55f77a40e"></img>

발표는 다음 순서로 진행이 됬습니다.

Expand Down
2 changes: 1 addition & 1 deletion Content/blog/publish-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publish에서 제공하는 기본 화면이 보이게 됩니다.

실행 시키고 나면, Output 폴더가 생기게 됩니다.

<img width="50%" src="https://github.com/Jihoonahn/Blog/assets/68891494/d4239408-0148-427a-99f7-17cbfd2d87d2"></img>
<img width="100%" src="https://github.com/Jihoonahn/Blog/assets/68891494/d4239408-0148-427a-99f7-17cbfd2d87d2"></img>

그리고 내용 같은 경우는 `Content` 폴더 안에서 입력이 가능합니다. <br/>
일단 방금 만든 예시로, 첫번째 post 파일을 수정해 보겠습니다.
Expand Down
10 changes: 5 additions & 5 deletions Content/blog/scade-introduce.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ Swift코드를 네이티브 iOS와 Android를 바이너리로 컴파일하여,

IDE 내부에서 FILE| Name | New Project 로 프로젝트를 생성해줍니다.

<img width=51% alt="스크린샷 2023-03-18 오후 3 38 06" src="https://user-images.githubusercontent.com/68891494/226089798-20eb3b08-1c00-4aef-9c32-88c18c04909e.png"></img>
<img width=39% alt="스크린샷 2023-03-18 오후 3 38 20" src="https://user-images.githubusercontent.com/68891494/226089897-4f4940d2-fc90-4e21-9da5-11f00456b2a4.png"></img>
<img width=100% alt="스크린샷 2023-03-18 오후 3 38 06" src="https://user-images.githubusercontent.com/68891494/226089798-20eb3b08-1c00-4aef-9c32-88c18c04909e.png"></img>
<img width=100% alt="스크린샷 2023-03-18 오후 3 38 20" src="https://user-images.githubusercontent.com/68891494/226089897-4f4940d2-fc90-4e21-9da5-11f00456b2a4.png"></img>

Scade IDE에서 프로젝트를 생성해주면 됩니다.

<img width=30% src = "https://user-images.githubusercontent.com/68891494/226188230-d29f816d-d73a-42b0-803d-ec8498550584.png"></img>
<img width=100% src = "https://user-images.githubusercontent.com/68891494/226188230-d29f816d-d73a-42b0-803d-ec8498550584.png"></img>

Scade같은 경우 3가지 종류의 로 빌드가 가능합니다. <br/>
자체 시뮬레이터인 Scade Simulator, iOS의 Simulator, Android Emulator
Expand All @@ -57,11 +57,11 @@ Scade같은 경우 3가지 종류의 로 빌드가 가능합니다. <br/>

우측 + 버튼을 눌러서 Component를 가져올 수 있습니다.

<img width = 40% src = "https://user-images.githubusercontent.com/68891494/226189421-2d4ff86a-4841-4091-9b52-11c74ecb27d1.png"></img>
<img width = 100% src = "https://user-images.githubusercontent.com/68891494/226189421-2d4ff86a-4841-4091-9b52-11c74ecb27d1.png"></img>

원하는 컴포넌트를 Drag & Drop 해주면 됩니다. (Storyboard와 같은 느낌이죠?)

<img width=80% src = "https://user-images.githubusercontent.com/68891494/226189572-c1c21fb6-0568-4466-9aed-8877b4c1f87a.png"></img>
<img width=100% src = "https://user-images.githubusercontent.com/68891494/226189572-c1c21fb6-0568-4466-9aed-8877b4c1f87a.png"></img>

Scade IDE 우측에 있는 옵션들을 수정하여, Component를 설정 할 수도 있습니다.

Expand Down
8 changes: 4 additions & 4 deletions Content/blog/universal-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@ Target 아래쪽에 있는 + 버튼을 누릅니다. 그 후 Other -> Aggregate

<img width="100%" src="https://user-images.githubusercontent.com/68891494/230734262-75b7f72f-2fcb-4e3c-b4ab-540aef965dbe.png"></img>

<img width="49%" src="https://user-images.githubusercontent.com/68891494/230734362-64553040-5617-4c18-88b3-fda6d5e38cdc.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/230734362-64553040-5617-4c18-88b3-fda6d5e38cdc.png"></img>

<img width="49%" src="https://user-images.githubusercontent.com/68891494/230734363-8b0e9098-a026-4ed1-8ef8-aa298ecf3c5c.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/230734363-8b0e9098-a026-4ed1-8ef8-aa298ecf3c5c.png"></img>
<br/>

## Add Script
각각의 Aggregate에 Script를 추가해줍니다.

<img width="49%" src="https://user-images.githubusercontent.com/68891494/230735301-2f7b56e2-f9d7-4265-b4a6-53f4faa975f2.png"></img>
<img width="49%" src="https://user-images.githubusercontent.com/68891494/230735305-e7f7eb72-bdec-4032-af50-554bdc78fafb.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/230735301-2f7b56e2-f9d7-4265-b4a6-53f4faa975f2.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/230735305-e7f7eb72-bdec-4032-af50-554bdc78fafb.png"></img>



Expand Down
6 changes: 3 additions & 3 deletions Content/blog/yackety-yak-ios-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ postImage: https://github.com/jihoonahn/blog/assets/68891494/332ea2ed-6ff6-4154-

이런 목차로 진행하기로 정하고 발표 세부 내용을 작성하였습니다.<br/>

<img width="48.25%" src="https://user-images.githubusercontent.com/68891494/229304866-8fb2c86f-efec-4e13-a649-0c0a6ec6d44f.png"></img>
<img width="100%%" src="https://user-images.githubusercontent.com/68891494/229304866-8fb2c86f-efec-4e13-a649-0c0a6ec6d44f.png"></img>

<img width="48%" src="https://user-images.githubusercontent.com/68891494/229304874-9710b33b-bea3-41f8-922b-d6573346f8d4.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/229304874-9710b33b-bea3-41f8-922b-d6573346f8d4.png"></img>


이번 발표에서는 "왜 Publish인가?" 라는 것에 대한 저의 의견이 담는 것이 중요했습니다. <br/>
Expand Down Expand Up @@ -73,7 +73,7 @@ postImage: https://github.com/jihoonahn/blog/assets/68891494/332ea2ed-6ff6-4154-
제가 느끼기에는 아주 긴 발표시간이 지나가고, 개인적으로 긴장해버린 것 때문에 걱정을 많이 했고, 많은 아쉬움이 남았습니다. <br/>
그래도 첫 발표를 끝냈다는 생각에 저에게 어떤 부분이 부족하고, 나중의 발표에서 어떤 부분을 주의해야할 지도 알게되는 시간이였습니다. <br/>

<img width="50%" src="https://user-images.githubusercontent.com/68891494/229306762-6f3d2cfb-d7fc-47aa-9146-c5fea892c778.png"></img>
<img width="100%" src="https://user-images.githubusercontent.com/68891494/229306762-6f3d2cfb-d7fc-47aa-9146-c5fea892c778.png"></img>
리이오님이 좋은 자리를 마련해주셔서, 좋은 경험이 됬습니다. (감사합니다.. 🙏) <br/><br/>

## 느낀점
Expand Down

0 comments on commit 8989c33

Please sign in to comment.