Jaebi의 Binary는 호남선

Swift 개발시 유용한 링크 본문

Swift

Swift 개발시 유용한 링크

jaebijae 2024. 8. 5. 03:31

목차

    UI

     

    iOS Fonts

     

    iosfonts.com

    • swift iOS system font 리스트와 어떻게 보여지는지 확인 가능

    Distribution

     

    App Privacy Policy Generator

    What is a privacy policy? A privacy policy is a legal document that informs individuals about how an organization/individual collects, uses, discloses, and manages their personal data. It outlines the ways in which personal information is handled, includin

    app-privacy-policy-generator.firebaseapp.com

    • 앱 배포시 필요한 Privacy Policy와 Terms of Use를 간단하게 생성해줌

    API

     

    Best JSON Pretty Print Online

    Best JSON Pretty Print tool to Make Pretty JSON and JSON Print in color and Save and Share Online.

    jsonformatter.org

    • API 응답 / 요청 JSON을 이쁘게 formatting 해줌
     

    Instantly parse JSON in any language | quicktype

     

    app.quicktype.io

    • JSON을 Swift Codable struct로 만들어줌

     

    'Swift' 카테고리의 다른 글

    Combine & Async/Await 알아보기  (0) 2024.08.19
    UIKit - View  (0) 2024.08.06
    UIKit - 기본  (0) 2024.08.05
    SwiftUI - .onAppear() vs .task()  (1) 2024.07.23
    SwiftUI - ViewModifier  (1) 2024.07.23