Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 837 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 837 Bytes

FarmLead iOS

FarmLead coding test. This Swift project contains a intro to the FarmLead iOS app. Features implemented:

  • Splash Screen
  • Welcome Screen with swipe gestures and page indicator
  • API calls and data parsing using Alamofire and SwiftJSON
  • Data Caching
  • Popup for initial personalization
  • Autocomplete functionality

In order to Build the project:

  • Clone this project by typing the following in your terminal console: cd <directory/of/your/choice> git clone https://github.com/Kiesco08/farmlead.git

  • Open XCode then click on File > Open

  • Navigate to your project, then double click on FarmLead.xcworkspace

  • Finally, click on Product > Run

Suggestions to improve project

  • Move configuration properties to a .plist file
  • Implement text accessibility support