Skip to content
#

viper

Here are 335 public repositories matching this topic...

qhhonx
qhhonx commented Dec 6, 2019

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

iSevenDays
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

Improve this page

Add a description, image, and links to the viper topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the viper topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.