This is a repository for submitting a test as iOS Developer. Selected application = Twitter Search App
- VIPER Architecture (first attempt)
- Consists of 3 Modules (Login, Home, Detail)
- Unit tests for each component in module (Not 100%)
- Landing screen for get access token from twitter API (Application-only authentication)
- Provide Search function to Search for user-input keyword (Search API)
- Load More tweets if the user scrolled down to the buttom (15 tweets per page) (Pagination)
- Show brief detail of tweet (status--called by Twitter) such as User profile, user name, tweet test, favorite count, retweet count
- Provide Same detail as the Tweet Cell in Home Module but focus on each tweet at a time
- Not included automatic XCTest test because it's required signing to run UITests as well (not enough time)