Skip to content

kirill09/Swift-TableView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift-TableView-Example

Simple UITableView application on Swift(4) Language.

Requirements

  • Xcode 9+
  • iOS 10+
  • Swift Lint

Installation

Using Homebrew:

brew install swiftlint

Usage

Xcode

Integrate SwiftLint into an Xcode scheme to get warnings and errors displayed in the IDE. Just add a new "Run Script Phase" with:

if which swiftlint >/dev/null; then
  swiftlint
else
  echo "warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
fi

Screenshots of App

   


   

About

Simple UITableView application on Swift Language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%