An iOS application retrieves and displays headlines from NewsAPI.
This application allows to users authorize with the email and password. News-App collects all the haedlines from the several categories and displays them in CollectionView. The users also could search for desired topics or article source. In the sources, the app shows the top headlines from particular sources. Moreover, it has bookmark where the user can store desired article.
- Swift language.
- Kingfisher library.
- SkeletonView library.
- CoreData library.
- Firebase library.
- IQKeyboardManagerSwift library
Bakhtovar Umarov - LinkedIn
Install pods:
- Open terminal and write cd PROJECT_PATH
- pod init
- pod install
For more open this link
This project is licensed under the MIT License, see more license.
In Constans.swift
struct K {
static let APIKey = "ENTER_YOUR_KEY" // MARK: - ENTER HERE YOUR NEWS API KEY
}
Enter your News API key inside the quotes marks! Without it the application will not work.