ViewRow icon indicating copy to clipboard operation
ViewRow copied to clipboard

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.

Results 4 ViewRow issues
Sort by recently updated
recently updated
newest added

I'm trying to figure out how to use a storyboard name instead of a NIB name and it just isn't clicking. Is it even possible to add a View Row...

Like this: ![switch__row](https://user-images.githubusercontent.com/583016/95383882-6e700200-08b1-11eb-8a49-40f3a614b941.jpg) I have no idea how to make this possible. I would also need to add a Tap Gesture Recognizer to it. Thanks!

When attempting to build with Carthage, I get the following error: ``` Dependency "Viewrow" has no shared framework schemes for any of the platforms: iOS ```

I'm unable to find or install `ViewRow` through Cocoapods. While it can be done, manually specifying the repository inside `Podfile`: ```Ruby pod 'ViewRow', :git => 'https://github.com/EurekaCommunity/ViewRow.git' ``` It may be...