FlickrPhotos
FlickrPhotos copied to clipboard
View Model should not contain UI related code
In "updatePhotos" method of "RSPhotosViewModel" you have used UIAlerView. UIAlertView is a part of UIKit, it should not be used in ViewModel. Instead you should notify ViewController for error and ViewController should display alert view.