Giter Club home page Giter Club logo

Prerequisites

  • Xcode 12.0
  • Swift 5
  • Platform iOS 13+
  • Cocoapods-1.10.1
  • macOS Catalina Version 10.15.4 or later

After Download

  • Install Cocoapods pod install
  • Open ProjectName.xcworkspace

App Navigation

Check your app's UI from the AppNavigation screens of your app.

Figma design guideline for better accuracy

Read our guidelines to increase the accuracy of design conversion to code by optimizing Figma designs. https://docs.dhiwise.com/docs/Designguidelines/intro.

Libraries

  1. Alamofire : For REST API call https://github.com/Alamofire/Alamofire

Project Structure

├── build_up.xcodeproj  - it lets you create and modify Xcode projects from Ruby.      
│ 
├── build_up            - Application components folder
│ ├── Application       - Application configuration files
│ ├── Assets.xcassets   - Assets of application (ex. images, logo)
│ ├── Constants         - Application constant files
│ │   ├── AppConstants  - Application oriented constants (ex. serverURL)
│ │   ├── StringScheme  - String constants
│ │   ├── ColorConstants - Color constants
│ │   └── FontScheme    - Font Scheme constants
│ ├── Views             - Application's UI View files
│ │   ├── Cell	        - Folder for UI View of cells in Views
│ │   │   └── ViewCell.swift - UIView with mapped model value of cell
│ │   ├── viewModel.swift    - Generated model file for the appropriate view.
│ │   └── view.swift    - Generated swiftui  
│ ├── Services          - REST API services folder
│ │   ├── APIManager.swift  - File with API calling functions
│ │   └── APIService.swift  - API related functions and methods
│ ├── Resources         - Application Resources (ex. fonts, libraries, splash screen)
│ │   └── Fonts         - application's font files
│ ├── Extensions        - iOS Extension Function Files
│ ├── Utilities         - Common classes for application (ex. Utilities)
│ │   └── Utilities.swift - Helper public functions (ex. alert functions)
│ ├── CustomViews       - external component library classes folder
│ ├── Models            - Models for REST APIs
│ ├── Helper            - Helper classes for application (ex. Viewport, ActivityLoader etc.)
│ └── Info.plist        - Permissions and application configuration file
└── Podfile             - Specification that describes the dependencies of the targets of one or more projects

Fonts

We were enable to find following Fonts, Please add manually to Resources/Fonts

Voces-Regular
MulishRoman-SemiBold
MulishRoman-Regular
MulishRegular
MulishItalic-Medium
MulishRoman-ExtraBold
MulishRoman-Bold
MulishItalic-Regular
MulishRoman-Medium
Sarabun-MediumItalic
Sarabun-Italic
Sarabun-Regular
Sarabun-Bold
InterRegular```

Brian Stewart's Projects

flutter icon flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond

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.