{"id":13990702,"url":"https://github.com/aliumujib/AppStoreiOS11","last_synced_at":"2025-07-22T13:31:01.916Z","repository":{"id":67368059,"uuid":"95966100","full_name":"aliumujib/AppStoreiOS11","owner":"aliumujib","description":"iOS 11 Appstore clone.. practise of laying out views purely programatically","archived":false,"fork":false,"pushed_at":"2017-07-07T12:39:02.000Z","size":26170,"stargazers_count":336,"open_issues_count":1,"forks_count":66,"subscribers_count":15,"default_branch":"master","last_synced_at":"2024-11-29T10:38:01.979Z","etag":null,"topics":["appstore","ios-swift","ios11"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/aliumujib.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-01T13:34:49.000Z","updated_at":"2024-11-23T18:17:31.000Z","dependencies_parsed_at":"2023-02-24T22:00:32.907Z","dependency_job_id":null,"html_url":"https://github.com/aliumujib/AppStoreiOS11","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aliumujib/AppStoreiOS11","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliumujib%2FAppStoreiOS11","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliumujib%2FAppStoreiOS11/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliumujib%2FAppStoreiOS11/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliumujib%2FAppStoreiOS11/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliumujib","download_url":"https://codeload.github.com/aliumujib/AppStoreiOS11/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliumujib%2FAppStoreiOS11/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266505787,"owners_count":23940019,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["appstore","ios-swift","ios11"],"created_at":"2024-08-09T13:03:07.881Z","updated_at":"2025-07-22T13:30:59.738Z","avatar_url":"https://github.com/aliumujib.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"# Appstore iOS 11\nSo I was following Brian Voong's Appstore videos on letsbuildthatapp.com and I decided to turn things up a notch.. and this came about. Found the designs on dribble! I guess there's just a whole lot of dope stuff online... Basically a rough draft of the appstore freebie by Felix Lebedinzew (http://felix-lebedinzew.com/), The app store data is from apptweak.io , they have an awesome API.. I mean there's everything in their JSON responses. I learnt (the hard way) quite a lot about navigation controllers and how they work with the navigation bar, tab bars etc.\n\n\u003cimg src=\"Screens/MAIN3.gif\" width=\"250\" /\u003e\n\u003cimg src=\"Screens/MAIN2.gif\" width=\"250\" /\u003e\n\u003cimg src=\"Screens/MAIN1.gif\" width=\"250\" /\u003e\n\n\n## Installation\n- `git clone https://github.com/aliumujib/AppStoreiOS11`\n- `open AppStoreiOS11/AppStoreiOS11.xcworkspace`\n- go to https://apptweak.io\n- Register and obtain an API key.\n- Paste the API in the API_KEY constant in Constants.swift\n- open terminal `cd` to the directory and run `pod install`\n- open Xcode \u003ckbd\u003eCOMMAND\u003c/kbd\u003e + \u003ckbd\u003eR\u003c/kbd\u003e\n\n## Technology Stack\n- Apptweak.io\n- UIKit\n\n\n## Used libraries\n- **LBTAComponents** - library by letsbuildthatapp.com for easy UICollectionViewController management and view layouts amongst other things...\n- **Kingfisher** - Popular image loader ...we all know this guy\n- **Alamofire** - For handling network requests\n- **ReadMoreTextView** - For showing collapsible text\n- **AZSearchView** - Nice searchview controller...\n\n## To do\n- **1.** Split a lot of the files, some long .swift files exist in this project\n- **2.** Read up on writing better animations\n- **3.** Better error handling\n\nLicense\n----------------\n\nThe MIT License (MIT)\n\nCopyright (c) 2017 Aliu Abdul-Mujib\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliumujib%2FAppStoreiOS11","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliumujib%2FAppStoreiOS11","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliumujib%2FAppStoreiOS11/lists"}