Objective-C implementation of Table View Controller and its search filter for User List requested from a server
Features:
- Implements a Table View to show a list of random users obtained from a sample web service.
- Filters list using a search bar by contrasting search text to firstname and lastname of the users.
- Uses Autolayout to be a Universal application (iPad and iPhone)
- Uses SDWebImage to optimize thumbnails fetching and to avoid blocking main thread.
- Developed for iOS 8 using Storyboards.
This project was developed for learning and practicing purposes. Ricardo Lunar 2015. All rights reserved.