Question: Use Xcode 9.1 or 9.2 (swift) to write a complete iPhone app project. Name your app with YourLastName_PrimesFinder. Your app will accept an integer number
Use Xcode 9.1 or 9.2 (swift) to write a complete iPhone app project.
Name your app with YourLastName_PrimesFinder. Your app will accept an integer number greater than or equal to 50 and use the provided algorithm to display the number of primes found and list all primes less than or equal to the accepted integer. Note: Your app must pass iOS 11 simulator testing with iPhone 7/8 and portrait orientation. Please make sure your app contains an app icon and meets the following requirements:
First View
Contains a meaningful view title.
Accept an integer 25 or above.
Dismiss the keyboard when tapping on the view.
Calculate and display the number of primes found.
Calculate and display primes in a textView. Do not show the keyboard when tapping on the textView.
Contains an Info Light button that takes your app user to a second view (About App.)
Second View
Contains About App as the view title.
Contains a description of what your app does in a textView.
Below the description, include a button titled About Author.
Clicking on the About Author button takes the user of your app to a third view (About Author.)
Third View
Contains your First and Last name as the view title.
Displays the content of your personal webpage that we worked on during week #2 of the semester
(Side note. Dont worry about the third view)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
