All Projects → orxelm → ViewControllersFactory

orxelm / ViewControllersFactory

Licence: other
Instantiate your ViewControllers easily with this small factory class

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to ViewControllersFactory

design-pattern
🌴 Detail design pattern and give many demos in Java.
Stars: ✭ 28 (+7.69%)
Mutual labels:  factory
typeorm-factory
Typeorm factory that makes testing easier
Stars: ✭ 28 (+7.69%)
Mutual labels:  factory
UA-IIoT-StarterKit
Samples and tutorials to illustrate how to build OPC UA PubSub applications.
Stars: ✭ 55 (+111.54%)
Mutual labels:  factory
FactoryOrchestrator
A cross-platform system service which provides a simple way to run and manage factory line validation, developer inner-loop, diagnostics, and fault analysis workflows.
Stars: ✭ 36 (+38.46%)
Mutual labels:  factory
angular-github-api-factory
AngularJS Factory for GitHub v3 JSON REST API requests
Stars: ✭ 13 (-50%)
Mutual labels:  factory
Java-Programs
Java Practiced Problems including concepts of OOPS, Interface, String , Collection.
Stars: ✭ 51 (+96.15%)
Mutual labels:  generics
go-ringbuf
Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:
Stars: ✭ 43 (+65.38%)
Mutual labels:  generics
generics
Deprecated! See https://github.com/golang-design/go2generics.
Stars: ✭ 26 (+0%)
Mutual labels:  generics
angular-youtube-api-factory
AngularJS Factory for Youtube JSON REST API requests
Stars: ✭ 21 (-19.23%)
Mutual labels:  factory
factoria
Simplistic model factory for Node/JavaScript
Stars: ✭ 49 (+88.46%)
Mutual labels:  factory
async
Synchronization and asynchronous computation package for Go
Stars: ✭ 104 (+300%)
Mutual labels:  generics
pydantic-factories
Simple and powerful mock data generation using pydantic or dataclasses
Stars: ✭ 380 (+1361.54%)
Mutual labels:  factory
parco
🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics
Stars: ✭ 57 (+119.23%)
Mutual labels:  generics
laravel-factory-classes
A Package to easy create Factory Classes for your tests with a fluent api and automatic auto completion
Stars: ✭ 16 (-38.46%)
Mutual labels:  factory
design-patterns-cpp14
🙏 Design patterns implemented in C++14
Stars: ✭ 35 (+34.62%)
Mutual labels:  factory
rust-amplify
Amplifying Rust language capabilities: multiple generic trait implementations, type wrappers, bit-precise numerics, derive macros
Stars: ✭ 38 (+46.15%)
Mutual labels:  generics
Java-Interview-Programs
Core Java Projects with complete source code
Stars: ✭ 48 (+84.62%)
Mutual labels:  generics
truthy
Package truthy provides truthy condition testing with Go generics
Stars: ✭ 31 (+19.23%)
Mutual labels:  generics
SteroidsDI
Advanced Dependency Injection to use every day.
Stars: ✭ 15 (-42.31%)
Mutual labels:  factory
faker
Random fake data and struct generator for Go.
Stars: ✭ 67 (+157.69%)
Mutual labels:  factory

ViewControllersFactory

Usage

Add you storyboards

enum ViewControllersFactoryStoryboardType: String {
    case main = "Main"
    // Add your storyboard names here
}

Instantiate your ViewControllers

let someViewController: SomeViewController = ViewControllersFactory.instantiateViewController(inStoryboard: .main)
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].