Rightpoint / RZVinyl

Stack management, ActiveRecord utilities, and seamless importing for Core Data
Other
21 stars 6 forks source link

Adding missing UIKit import #53

Closed alexrrouse closed 9 years ago

alexrrouse commented 9 years ago

We access a few UIKit methods in RZCoreDataStack which breaks this if you aren't using Cocoapods.

ZevEisenberg commented 9 years ago

I recommend deleting the pch file from the example project to catch issues like this in the future.

jwatson commented 9 years ago

Looks good to merge @arrouse.