2021-04-09 15:25:46 -05:00
|
|
|
# Useful iOS
|
2021-04-09 15:16:44 -05:00
|
|
|
Useful Swift Things
|
|
|
|
|
2021-04-09 15:25:46 -05:00
|
|
|
### Content
|
2021-04-09 16:14:59 -05:00
|
|
|
- [Coding convention](#Coding-convention)
|
2021-04-09 16:19:52 -05:00
|
|
|
- [UIDesign](#UIDesign)
|
|
|
|
- [API](#API)
|
2021-04-09 16:30:48 -05:00
|
|
|
- [Third Party Library](#Third-Party-Library)
|
2021-04-09 15:46:16 -05:00
|
|
|
|
2021-04-09 15:25:46 -05:00
|
|
|
3. Drawable menu in swift
|
2021-04-09 15:16:44 -05:00
|
|
|
https://github.com/instamobile/drawer-menu-swift
|
|
|
|
|
2021-04-09 15:25:46 -05:00
|
|
|
|
2021-04-09 16:13:06 -05:00
|
|
|
## Coding convention
|
2021-04-09 16:12:26 -05:00
|
|
|
|
2021-04-09 15:46:16 -05:00
|
|
|
https://github.com/linkedin/swift-style-guide
|
|
|
|
Swift Lint -> https://github.com/realm/SwiftLint - apply for all project
|
|
|
|
- put .yml file into root folder and apply following code in Build Phases
|
2021-04-09 15:47:49 -05:00
|
|
|
|
2021-04-09 16:13:06 -05:00
|
|
|
## UIDesign
|
2021-04-09 15:58:50 -05:00
|
|
|
|
2021-04-09 16:16:24 -05:00
|
|
|
### HIG(Human Interface Guidelines)
|
|
|
|
- https://developer.apple.com/documentation/uikit
|
|
|
|
|
2021-04-09 16:13:06 -05:00
|
|
|
### iOS icon
|
2021-04-09 16:12:26 -05:00
|
|
|
|
2021-04-09 16:19:52 -05:00
|
|
|
- https://icons8.com/icon/set/food/ios
|
2021-04-09 15:58:50 -05:00
|
|
|
|
2021-04-09 16:13:06 -05:00
|
|
|
### UIdesign inspiration
|
2021-04-09 15:58:50 -05:00
|
|
|
|
2021-04-09 16:33:17 -05:00
|
|
|
- [dribble](https://dribbble.com/)
|
|
|
|
- [pinterest](https://pinterest.com/)
|
|
|
|
- [behance](https://www.behance.net/)
|
|
|
|
- [pttrns](https://pttrns.com/)
|
|
|
|
- [awwwards](https://www.awwwards.com/)
|
|
|
|
- [flickr](http://www.flickr.com/)
|
|
|
|
- [mobbin](https://mobbin.design/)
|
|
|
|
|
|
|
|
|
2021-04-09 15:58:50 -05:00
|
|
|
|
2021-04-09 16:13:06 -05:00
|
|
|
## API
|
2021-04-09 16:12:26 -05:00
|
|
|
|
2021-04-09 16:30:48 -05:00
|
|
|
### Various API Site
|
2021-04-09 16:01:21 -05:00
|
|
|
- www.rapidapi.com
|
2021-04-09 16:30:48 -05:00
|
|
|
|
|
|
|
## Third Party Library
|
|
|
|
[This github](https://github.com/vsouza/awesome-ios) contains all the popular libraries in Swift
|