iOS App made with Swift that shows you posts from Hacker News.
- Get posts from url
- Parse data and display the posts in a table view
- Store the data locally using Realm
- Delete records swiping the cell to the left
- When there is no internet connection the local data will be shown
- Show post web in a web view when tapping on a cell
- Clone the repo
- Install pods:
pod install - Open swift app.xcworkspace
- Run the app
- JGProgressHUD
- SwiftLint
- RealmSwift
- DZNEmptyDataSet
- SwiftDate