Jüsto
Mobile iOS Test
Goal
Create an iOS application using Swift
Run in iPhone 6
Run in iPhone 11 Dark Mode
Release History
- 1.0
- The first release v1.0
- Suport iOS Version: >=12.4
-
// simulate diferent results struct RandomUserApi { static let people: String = "https://randomuser.me/api/1.4/?results=\(Int.random(in: 1...100))&inc=name,email,picture&noinfo&nat=mx" }
Meta
Josafat Mtz – @iamjosafatmtz – [email protected]
https://github.com/JosafatCMtz/github-link
Contributing
- Fork it (https://github.com/JosafatCMtz/mobileiostest/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request