Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.45 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.45 KB

SwiftFriendsListVK

iOS Swift Test Project with vk-ios-sdk, RXSwift and MVVM architecture

Task (ENG)

Test application SwiftFriendsListVK downloads friend list via vk-uis-sdk and display them in a UITableView. The pull-to-refresh gesture updates the friends list. By tap on the cell of the list, you can see information on the selected friend.

Task (RUS)

Приложение SwiftFriendsListVK позволяет войти в свой VK аккаунт при помощи vk-ios-sdk и просмотреть список друзей. По тапу на ячейку списка осуществляется переход просмотру информации по данному другу.

PODS

VK-ios-sdk, SwiftyJSON, RxSwift, RxCocoa, SDWebImage, ObjectMapper, PKHUD

Screenshots

LoginViewController FriendsListViewController FriendDetailViewController

Author