{"id":21231104,"url":"https://github.com/izevaka/iostest","last_synced_at":"2025-03-15T02:21:42.448Z","repository":{"id":139397556,"uuid":"4553138","full_name":"izevaka/IOSTest","owner":"izevaka","description":null,"archived":false,"fork":false,"pushed_at":"2012-06-05T12:35:50.000Z","size":714,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T18:15:42.725Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/izevaka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-04T22:10:05.000Z","updated_at":"2013-10-24T07:48:44.000Z","dependencies_parsed_at":"2023-03-13T10:49:01.220Z","dependency_job_id":null,"html_url":"https://github.com/izevaka/IOSTest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izevaka%2FIOSTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izevaka%2FIOSTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izevaka%2FIOSTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/izevaka%2FIOSTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/izevaka","download_url":"https://codeload.github.com/izevaka/IOSTest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672776,"owners_count":20328816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T23:40:59.208Z","updated_at":"2025-03-15T02:21:42.431Z","avatar_url":"https://github.com/izevaka.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"#iOS Technical Test\n\nWelcome to iOS Technical Test. The purpose of this exercise is to assess how comfortable you with iOS development environment. During the test you will be provided with a laptop that has working installation of XCode 4.2 and a connection to the internet. You are allowed to use whatever resources you feel appropriate to complete the task in one hour.\n\n## Test Summary\n* Project files location: (Path to source code on the test computer)\n* Duration: 1 hour\n\n## Background\nThis project is a simple editable master-detail application that contains an in-memory array of developers’ first names, last names and descriptions. The master view controller displays each item as “Last Name, First Name” and leads to a non-editable detail view that should display all fields. When table view is in edit mode, tapping on each row brings up a different view controller that should allow editing of the items.\n\nAn iPod with a completed version of this app is provided. Please use it to compare your version  with the reference implementation.\n \n## Requirements\nPlease complete the application so that:\n\n###\t1. Detail View\n\nWhen tapping on a row and table is not being edited, a detail view shows all three fields – first name, last name and description as non-editable labels as per the following screenshot: \n\n![](IOSTest/raw/master/images/DetailView.png)\n\n### 2. Edit View\n\nWhen tapping on a row and table is in edit mode, an editable form comes up that allows changing the contents of any of the three fields as per the following screenshot:\n\n![](IOSTest/raw/master/images/EditView.png)\n\n### 3. Save\n\nWhen Save is tapped, the Edit Item screen should be dismissed and the table view should reflect the changes that we just made.\n\n\n### 4. Cancel\n\nWhen Cancel is tapped, the Edit Item screen should be dismissed and changes that were just made should be discarded.\n\n### 5. Bonus point\n\nThere is at least one violation of Apple Human Interface Design guidelines on the master view controller, can you point out what it is and how to fix it?\n\n\n### 6. Bonus point\n\nCurrently Delete functionality is not implemented in the master view controller. Can you implement it?\n\n## Notes\nFor this test, no new controllers need to be written, it will suffice to extend existing ones. Here is a description of the existing controllers and their function:\n\n`MasterViewController` – contains a table view of all developers. Performs navigation between itself and detail and edit views.\n\n`DetailViewController` – shows a non-editable view of an individual developer’s details.\n\n`EditDetailViewController` – shows a form that contains editable fields for individual developer’s details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizevaka%2Fiostest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fizevaka%2Fiostest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fizevaka%2Fiostest/lists"}