app for VK using API and MVVM architecture.
The app works with the VK API and receives a news feed and profile data.
In the project has been used carthage and iOS SDK To install dependencies you need to install carthage
Then you need to install the dependencies, go to the project directory and in the terminal enter the command
carthage update --use-xcframeworks
- News section
- includes viewing the news feed and the ability to view the photo in full size and like the post
- Profile section
- includes viewing general profile information, status, profile photos, and profile albums. Also view the list of friends and go to their profiles, view followers
- There is a logout button on your profile page.
Application design is made according to VK 7.13 version
View the app
- UIKit
- iOS SDK VK
- API VK
- Multithreading
- MVVM architecture
- Package manager - Carthage


