List of awesome iOS & Swift stuff!!
Go to file
2021-04-10 03:58:08 -05:00
.swiftlint.yml Swift Lint file upload 2021-04-09 15:21:02 -05:00
README.md Update README.md 2021-04-10 03:58:08 -05:00

Useful iOS

Content

Coding convention

set of guidelines for a specific programming language that recommend programming style

Swift Style Guide

Swift Lint

The way of force you to adapt coding convention

otherwise project build will FAILED

put .yml file into root folder and apply following code in Build Phases

UIDesign

HIG(Human Interface Guidelines)

iOS icon

  • icon8 you can download icons for your APP

UIdesign inspiration

API

Various API Site

JSON

JSON is a language-independent data format

''' { "athletes": [

    {
        "title": "Can It Help Your Blurred",
        "body": "For many years, when people  thought of alcohol and drug",
        "imageUrl": "image1"
    },
    {
        "title": "We Might Can Help You",
        "body": "For many years, when people  thought of alcohol and drug",
        "imageUrl": "image2"
    },
    {
        "title": "All We Can Do Is Blurred",
        "body": "For many years, when people  thought of alcohol and drug",
        "imageUrl": "image3"
    },
    {
        "title": "All The Thing Is Fun",
        "body": "For many years, when people  thought of alcohol and drug",
        "imageUrl": "image4"
    },
    {
        "title": "Can It Improve My Skills",
        "body": "For many years, when people  thought of alcohol and drug",
        "imageUrl": "image5"
    }
    
  
]

}

'''

JSON parser extension for Chrome

JSON parser pro FREE 👍

Third Party Library

This github contains all the popular libraries in Swift👍