ViewRow
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.
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:  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...