2021-04-09 16:14:59 -05:00
2021-04-09 15:21:02 -05:00
2021-04-09 16:14:59 -05:00

Useful iOS

Useful Swift Things

Content

  1. Coding convention

  2. HIG(Human Interface Guidelines(UIKit 애플사이트) https://developer.apple.com/documentation/uikit/views_and_controls

  3. Drawable menu in swift https://github.com/instamobile/drawer-menu-swift

  4. Table View: Good to know the following:

Protocol: TableViewDataSource numberOfRows numberOfSections cellForRow canMoveRow moveRow commitForRow canEditRow

Protocol: TableViewDelegate didSelectRow willDisplay estimatedHeightForRow heightForRow swipeActions automaticDimension

  1. IOS icon download :

Coding convention

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

UIDesign

iOS icon

-https://icons8.com/icon/set/food/ios

UIdesign inspiration

API

  • www.rapidapi.com
Languages
Swift 98.1%
Shell 1.9%