EurekaCommunity / ViewRow

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.
MIT License
77 stars 16 forks source link

How can I add an Image next to the title of a Switch Row? #24

Open jlstr opened 3 years ago

jlstr commented 3 years ago

Like this:

switch__row

I have no idea how to make this possible. I would also need to add a Tap Gesture Recognizer to it.

Thanks!