mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2025-07-19 12:19:48 +07:00
f3a223356748ca8b56950944509ee9b95d07c29e
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
- Swift Lint apply for all project👍
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👍
Description
List of awesome iOS & Swift stuff!!
appleawesomeawesome-listawesome-readmeiosios-appios-swiftswiftswift5useful-knowledgeusefullusefull-materials
Readme
MIT
9.9 MiB
Languages
Swift
98.1%
Shell
1.9%