All Projects → aliumujib → Appstoreios11

aliumujib / Appstoreios11

iOS 11 Appstore clone.. practise of laying out views purely programatically

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Appstoreios11

Inapppurchase
A Simple and Lightweight framework for In App Purchase
Stars: ✭ 202 (-41.62%)
Mutual labels:  appstore, ios11
Internalappstore
📦 Manage your own internal Android App Store.
Stars: ✭ 295 (-14.74%)
Mutual labels:  appstore
spring-boot-payment-starter
google play 和 appstore 服务端支付校验
Stars: ✭ 21 (-93.93%)
Mutual labels:  appstore
Arbottlejump
An ARKit version of WeChat Bottle Jump game. ARKit 版微信跳一跳游戏
Stars: ✭ 259 (-25.14%)
Mutual labels:  ios11
react-native-appstore-version-checker
[Deprecated] A react native module to fetch the version of latest app from android playstore or apple app store
Stars: ✭ 88 (-74.57%)
Mutual labels:  appstore
Disk
Delightful framework for iOS to easily persist structs, images, and data
Stars: ✭ 2,896 (+736.99%)
Mutual labels:  ios11
Simple-ARKit-Game
No description or website provided.
Stars: ✭ 13 (-96.24%)
Mutual labels:  ios11
Ios 11 By Examples
👨🏻‍💻 Examples of new iOS 11 APIs
Stars: ✭ 3,327 (+861.56%)
Mutual labels:  ios11
Ad fastlane
iOS App 自动化上传 AppStore ,一键部署 App。自动上传蒲公英
Stars: ✭ 287 (-17.05%)
Mutual labels:  appstore
Visionfacedetection
An example of use a Vision framework for face landmarks detection in iOS 11
Stars: ✭ 258 (-25.43%)
Mutual labels:  ios11
MoviezApp
Simple iOS application that provides you with the latest movies in cinema.
Stars: ✭ 22 (-93.64%)
Mutual labels:  ios11
FacefARt
The world's most advanced fart app. Ever.
Stars: ✭ 13 (-96.24%)
Mutual labels:  ios11
Argithubcommits
Show your GitHub commit records in 3D with ARKit and SceneKit. 用 ARKit 展示你的 GitHub 提交图
Stars: ✭ 280 (-19.08%)
Mutual labels:  ios11
cider
Submit your builds to the Apple App Store in seconds
Stars: ✭ 19 (-94.51%)
Mutual labels:  appstore
Arkit
ARKit Base Project. Place virtual objects based on WWDC example project
Stars: ✭ 297 (-14.16%)
Mutual labels:  ios11
inception
Real time image recognition using Core ML
Stars: ✭ 24 (-93.06%)
Mutual labels:  ios11
RateKit
📦RateKit for macOS
Stars: ✭ 28 (-91.91%)
Mutual labels:  appstore
Appreceiptvalidator
Parse and validate App Store receipt files
Stars: ✭ 265 (-23.41%)
Mutual labels:  appstore
Instagram
A simple imitation of Instagram  app .
Stars: ✭ 346 (+0%)
Mutual labels:  ios11
Appstat
Get AppStore apps stats
Stars: ✭ 322 (-6.94%)
Mutual labels:  appstore

Appstore iOS 11

So 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.

Installation

  • git clone https://github.com/aliumujib/AppStoreiOS11
  • open AppStoreiOS11/AppStoreiOS11.xcworkspace
  • go to https://apptweak.io
  • Register and obtain an API key.
  • Paste the API in the API_KEY constant in Constants.swift
  • open terminal cd to the directory and run pod install
  • open Xcode COMMAND + R

Technology Stack

  • Apptweak.io
  • UIKit

Used libraries

  • LBTAComponents - library by letsbuildthatapp.com for easy UICollectionViewController management and view layouts amongst other things...
  • Kingfisher - Popular image loader ...we all know this guy
  • Alamofire - For handling network requests
  • ReadMoreTextView - For showing collapsible text
  • AZSearchView - Nice searchview controller...

To do

  • 1. Split a lot of the files, some long .swift files exist in this project
  • 2. Read up on writing better animations
  • 3. Better error handling

License

The MIT License (MIT)

Copyright (c) 2017 Aliu Abdul-Mujib

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].