Skip to content

App for displaying VK news feed (VKSDK API). Clean Swift VIP architecture.

Notifications You must be signed in to change notification settings

NikitaLomovtsev/vkNewsFeed

Repository files navigation

vkNewsFeed

  • This project was completed with swiftbook.ru VK News Feed App course.
  • VKNewsFeed - application for displaying VK news feed with dynamic cells and a collection of images in the post.
  • Data request occurs from the server using the VK SDK API and JSON data parsing.
  • The interface is created in two ways: through code and through an XIB file.
  • The project follows the Clean Swift architecture.

Keywords

  • Clean Swift Architecture
  • User Authorization / Registration
  • JSON Decodable
  • Asynchronous Data Fetching
  • Auto Layout Programmatically / using XIB
  • UITableViewCells Dynamic Behavior
  • Loading and Caching Images
  • Nested UICollectionViews
  • UICollectionView Custom Layout
  • UINavigationController

Releases

No releases published

Packages