Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esraa-ragab7/dapiiostask
https://github.com/esraa-ragab7/dapiiostask
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/esraa-ragab7/dapiiostask
- Owner: Esraa-ragab7
- Created: 2021-02-20T12:50:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T13:54:59.000Z (almost 4 years ago)
- Last Synced: 2025-01-28T01:37:38.087Z (11 days ago)
- Language: Objective-C
- Size: 1.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DapiIOSTask
This app use the HTTP requests in a queued manner Useing Objective-c.
## Steps
### Step One: Data Source
Let's start by creating a new array of URLs// Pseudocode
```
urls = ["apple.com",
"spacex.com",
"dapi.co",
"facebook.com",
"microsoft.com",
"amazon.com",
"boomsupersonic.com",
"twitter.com"
]
```### Step Two: Create a list UI
The list should present the URLs from the datasource we just created. On the top-right, we will add a Start button as well.### Step Three: Start Button Action
Once the Start button is tapped:Hide the Start button.
Run an HTTP get request for each URL.## Installation
- Clone The Project.
- Open the project.
- Build and Run the Project.## Author
Esraa Mohamed Ragab Azab