Skip to content

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

Notifications You must be signed in to change notification settings

AlexKuzyaev/SwiftFriendsListVK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

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