Category카테고리 :
NoticeBorad게시판 / linux리눅스 / php / nodejs /website웹사이트
/ ReactNative / Kotlin / Swift / Cubase / QT / ServerApps
react-native-freelifemakers-ui
-
[swift] 함수 레이블/Function label
👉🏻 함수레이블 / Function label ✔️ 스위프트에서는 파라메터 외에 함수레이블을 사용 할 수 있습니다.In Swift, you can use function labels in addition to parameters. ✔️ 함수레이블은 코드의 가독성을 높이기 위해서 사용합니다.Function labels are used to improve the readability of code. ✔️ 바로 아래의 코드처럼 to와 for가 레이블이 됩니다.As in the code below, to and for…
-
[Swift]Closure/클로저
👉🏻 클로저의 의미 / Meaning of closure ✔️ 코드 블록 그 자체를 변수처럼 전달하거나 사용할 수 있는 “이름 없는 함수”라고 이해하면됩니다.You can think of it as an “unnamed function” where the code block itself can be passed or used like a variable. 👉🏻 클로저의 기본형식 / Basic format of closure 👉🏻 아래 코드에서 클로저의 사용…
-
[Swift] RandomUser API Detail Screen
👉🏻 가로 무한 스크롤 컴포넌트에 상세화면 추가한 내용입니다.This is the content of adding a detail screen to the horizontal infinite scroll component. 👉🏻 이전 포스트에서 아래의 코드를 수정하시면됩니다.You can modify the code below from the previous post. 👉🏻UserDetailView코드는 새로 추가합니다.Add new UserDetailView code. 👉🏻코드 / Code ✔️ UserDetailView ✔️RandomUserModel ✔️HorizontalUserScrollView 👉🏻스크린 샷 / ScreenShot