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

Add import statement examples and lightly improve installation instructions #23

Closed espiegelberg closed 4 years ago

espiegelberg commented 4 years ago

I find Eureka -- and now ViewRow -- to be incredibly useful.

In getting started with ViewRow, I stumbled for a bit until I realized that I simply needed to add the needed import statement. I submit this PR, with adds the import statement to the examples and updates the installation instructions, in the hope that it may help and/or be useful to someone else.

alldritt commented 4 years ago

Thank you for this contribution.