• Stars
    star
    337
  • Rank 121,080 (Top 3 %)
  • Language
    Swift
  • Created almost 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.

More Repositories

1

Orin

Fork of @kabouzied Phonograph, I always wanted to try my hands on Tunzo's material design music player concept which can be found here: https://www.uplabs.com/posts/a-music-player-in-material-design-a-concept ... Work in progress.
Java
579
star
2

Nibo

Android Place picker dependent on Google places, made a custom version so I could style it anyway I wanted for my current project, WIP
Java
167
star
3

Artic

A take on dynamic feature modularization, kotlin coroutines, MVI and unidirectional data flow. WIP
Kotlin
47
star
4

SwipeToRefresh

Simple swipe to refresh view that allows you to add custom images and animations.
Java
41
star
5

Flighttyyyyyyy

Simple flight booking demo app
Kotlin
33
star
6

FancyNews

Fancy news app that diwnloads data from new.com api and shows it in a paging collectionview.
Swift
31
star
7

Bankable

Application to chop Hover's money (Hopefully)
Kotlin
20
star
8

PokemonRadar

Crowd sourcing information for pokemon go players.
Swift
18
star
9

NaijaAreaPicker-android

Java
15
star
10

DSandAlgorithmNanoDegree

Documentation of most of the code I wrote and resources I used while taking the Udacity DS Nanodegree. #GoingBackToTheBasics.
Python
14
star
11

CountryFlags

Exploring MVI and Unidirectional data flow with RxJava
Kotlin
6
star
12

GithubTrending

Demonstrates Usage of MVP, Room, Architecture components and the somehow somehow new Paging Library in Android
Kotlin
6
star
13

StocksCompose

Kotlin
5
star
14

TicTacToe-Android

Java
5
star
15

Kutube

Android Youtube Client Written in Kotlin
Java
4
star
16

Notes

Kotlin
3
star
17

TabBarSeed

Seed project with tab bar and fragment navigation
Java
3
star
18

CryptograpyInKotlin

Basic and Not so basic implementations of Popular crytographic techniques using Kotlin
Kotlin
2
star
19

computer-vision-experiments

A bunch of python scripts, Jupyter Notebooks and (probably) C++ code that I will continually update as I explore the exciting world of computer vision.
Jupyter Notebook
2
star
20

Sweet_Weather

Beautiful Weather app
Swift
1
star
21

ALMusic-1.0

First Repo
Java
1
star
22

PokeDex

Pokedex app I made while learning to use Alamofire
Swift
1
star
23

BarcodeVisionAPISample

Simple app to scan and decode Barcodes.
Java
1
star
24

Awesome_Notes

Swift
1
star
25

RetroCalculator

Swift
1
star