https://github.com/jackwill99/alzubda-news
https://github.com/jackwill99/alzubda-news
api-integration coredatabase storyboard swift uikit
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jackwill99/alzubda-news
- Owner: jackwill99
- Created: 2023-12-26T02:49:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T04:47:31.000Z (over 2 years ago)
- Last Synced: 2025-03-30T23:27:29.304Z (about 1 year ago)
- Topics: api-integration, coredatabase, storyboard, swift, uikit
- Language: Swift
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alzubda News
This project is separated with individual module and most of each folder in `alzubda-news` are represented as the modules.
In each module -
- There are three sectors of storyboard,viewController and service.
- `Storyboard` with UIKit are used to present the UIViews.
- UIViews that presented with UIKit programmatically are included in `viewController`
- `service` provides the necessary methods, protocols and networks api for some actions or logics of both `Storyboard` and `viewController`
I currently use `viewController` in presentation of UIViews. You can change to `Storyboard` by uncommenting the code.