본문 바로가기

비전공자 개발일기

검색하기
비전공자 개발일기
프로필사진 HiroDaegu

  • Programming (565)
    • SWIFT (73)
      • (SWIFT || Xcode)Error (9)
    • HTML _CSS (226)
    • Javascript (176)
    • PHP (13)
    • React & React Native (16)
    • Markdown (1)
    • DB(MySQL) (3)
    • JQuery (39)
    • Typescript (4)
    • 기타 (14)
Guestbook
250x250
Notice
Recent Posts
Recent Comments
Link
«   2025/12   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31
Tags
  • 비전공자
  • jQuery
  • 백엔드
  • 비전공 개발자
  • Animation
  • 프론트엔드
  • iOS 개발자
  • 애니메이션
  • IOS
  • button
  • image
  • HTML
  • css3
  • 풀스택
  • CSS
  • 개발자
  • html5
  • javascript
  • effect
  • hover
  • front-end
  • 자바스크립트
  • xcode
  • iPhone
  • react
  • keyframes
  • MAC
  • php
  • SWIFT
  • ipad
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록Basic (1)

비전공자 개발일기

Swift Basic - variable, operator, loop, scope, ...

// 변수 var a = 5 // a = 10 // a = 12 var b = 10 // b = 20 // b = 30 var c = 20, d = 30, e = 40 //print(a + b) // 15 //print(c + d + e) // 90 var name = "Stark" var age = 50 var address = "NewYork" name = "Tony Stark" age = 20 //print("I'm \(name).") //print("I'm \(age) years old.") //print("I live in \(address).") // String Interpolation: "\(변수명)" -- 문자열 중간에 삽입할 때 사용 // 상수 let team = "Avengers" /..

SWIFT 2022. 10. 31. 16:25
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바