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

Useful iOS

Useful Swift Things

Content

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

  2. Table View: Good to know the following:

Protocol: TableViewDataSource numberOfRows numberOfSections cellForRow canMoveRow moveRow commitForRow canEditRow

Protocol: TableViewDelegate didSelectRow willDisplay estimatedHeightForRow heightForRow swipeActions automaticDimension

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

HIG(Human Interface Guidelines)

iOS icon

UIdesign inspiration

API

  • www.rapidapi.com