#
viper
Here are 335 public repositories matching this topic...
iSevenDays
commented
Feb 23, 2016
For example we have ImageGalleryStory as a name of our module.
Then
ImageGalleryStoryViewController.swift
class ImageGalleryStoryViewController : UIViewController, ImageGalleryStoryViewInput
var output: ImageGalleryStoryViewOutput!
must be
@objc var output: ImageGalleryStoryViewOutput!
and
protocol ImageGalleryStoryViewOutput
must be
`@objc protocol ImageGalleryStoryViewOu
A collection of iOS architectures - MVC, MVVM, MVVM+RxSwift, VIPER, RIBs and many others
-
Updated
Apr 10, 2019 - Swift
This repository contains a detailed sample app that implements VIPER architecture in iOS using libraries and frameworks like Alamofire, AlamofireImage, PKHUD, CoreData etc.
-
Updated
Dec 27, 2018 - Swift
Xcode template for VIPER Architecture written in Swift 4
-
Updated
Jul 3, 2020 - Swift
Demo app for VIPER design pattern implementation
-
Updated
Jan 24, 2017 - Swift
iOS VIPER implementation, demonstrating discovering modules and injecting dependencies with protocol. Provide VIPER code Templates.
-
Updated
Nov 15, 2018 - Objective-C
-
Updated
May 17, 2020 - Objective-C
Awesome iOS guides from the community, shared on Flawless iOS Medium blog 👉
react
testing
swift
debugging
ios
json
mobile
react-native
animation
architecture
design-patterns
viper
ios-animation
flutter
siri
combine
swiftui
-
Updated
Mar 11, 2020
Swift AVPlayer wrapper using the VIPER architecture. Currently a work in progress
swift
ios
video
modules
viper
ios-swift
viper-architecture
avplayer
video-feed
viper-modules
viper-pattern-architecture
-
Updated
May 21, 2019 - Swift
Marshroute is an iOS Library for making your Routers simple but extremely powerful
-
Updated
Apr 29, 2020 - Swift
Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)
swift
open-source
converter
ios
finance
alamofire
viper
clean-architecture
swift3
viper-architecture
currency-converter
-
Updated
Nov 4, 2019 - Swift
Light weight and extensible Go library for reading config. Built in support for JSON, TOML, YAML, env, command line and file, S3 etc.
config
go
golang
yaml
toml
configuration
s3-bucket
configuration-management
viper
config-loader
configuration-file
golang-package
watching-files
-
Updated
Jun 30, 2020 - Go
A static verifier for Rust, based on the Viper verification infrastructure.
-
Updated
Jul 5, 2020 - Rust
Learning ground for iOS Design Pattern included with sample projects for MVC, MVP, MVVM, and VIPER
-
Updated
Jan 4, 2020 - Swift
phalgo 已经更换为 https://github.com/sunmi-OS/gocore phalgo不在维护
-
Updated
Jun 25, 2019 - Go
Android micro framework for developing apps based on clean VIPER architecture.
android
router
architecture
mvp
viper
clean-architecture
android-architecture
viper-architecture
architectural
presenter
android-cleanarchitecture
interactor
android-viper
-
Updated
May 12, 2018 - Java
An elegant Go client for Ctrip Apollo
-
Updated
Jun 19, 2020 - Go
Swift Interaction with VIPER Architecture
-
Updated
Dec 16, 2019 - Swift
Sample Restful app with chi router (golang)
-
Updated
May 26, 2020 - Go
Core iOS Application Architecture - The development paradigm of clean, testable code and modular iOS applications. + Xcode templates
-
Updated
Dec 18, 2019 - Swift
一个基于XFLegoVIPER框架编写的完整项目 https://github.com/yizzuide/XFLegoVIPER
-
Updated
Mar 12, 2019 - Objective-C
Sample app for iOS architectures
-
Updated
Dec 24, 2017 - Swift
swift
learning
education
ios
mvc
architecture
concurrency
mvvm
design-patterns
observer-pattern
viper
clean-architecture
designpatterns
swift-designpattern
educational-materials
gang-of-four
ios-architecture
concurrency-patterns
gof-patterns
swift-patterns
-
Updated
Oct 21, 2019 - Swift
Improve this page
Add a description, image, and links to the viper topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the viper topic, visit your repo's landing page and select "manage topics."
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (
Confirmation, Location Refinements, Menu) UIViewCont