Giter Club home page Giter Club logo

ionix-test's Introduction

Docs for IonixTest

Minimum system requirements

iOS 12+

How to install

In order to install, the first step is clone or fork the repository. After that, open the command prompt on the folder "IonixTest" and execute: pod install

This will install the last versions of Alamofire, Kingfisher and SwiftLint on your project.

NOTE: If you don't have CocoaPods in your workstation, first install it with: sudo gem install cocoapods

Overview

This app is a tech testing in order to show the basic capabilities of permission requests, API requests and fetching data into a UITaableView.

Used tools

macOS Ventura 13.0.1

Swift 5, Xcode 14.1

CocoaPods 1.11.3

Pods

Alamofire: This high praised library is the most used in Swift community for HTTP networking, to make API requests. Actually in version 5.6.4.

Kingfisher: Used for downloading images from the web, including a caching function in order to save device resources. Currently in version 7.4.1.

SwiftLint: A tool to enforce Swift style and conventions, actually in version 0.50.1

Folder structure

Network: Contains the methods for connecting the API of Reddit and make HTTP calls.

Models: Contains the codable entities for data representation.

Cells: Contains the classes and .xib used for the UITableView implementation.

Extensions: Contains the extensions for UIView (add shadow to layers), UIViewController (sytem alerts) and UIButton (gradient colored buttons)

Modules: Contains the Permissions module (for requesting authorization to use camera, send notifications and get device location) and the Home module (shows the populated table and searches by letter). All these modules are under the VIPER design pattern of software.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.