A simple iOS application written in Swift which displays a list of questions relating to computer science principles. When the user taps on a question, it will show a detail view controller with an answer to the question.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
Updated Programming answer copy. Moved label in the welcome screen
d939737View on GitHubWIP: Added answer copy and about to create mapping from question to answer. Can either 1) Store a local string to save selected response or 2) Send QuestionSet information in QuestionCell, the segue\'s sender. QuestionSet could be a protocol that implements an array of dictionaries with questions and answers. Can add additional information such as image, web address or video.
446ce0dView on GitHubAdded two questions to an array and setting the text in the question cell from that array. Setting autolayout constraints to question cells
1c1ab64View on GitHubFixed registration of cells and only using prototype cells to display information
7d03a37View on GitHubAdd navigation to an answer view controller, which is crashing
c1f6c54View on GitHub