I have a custom view (xib
) that has a UIButton
inside of it, I made id IBDesignable
doing the following:
UserView.swif
It is the problem with some cocoa pods versions like 1.5.0. If you are using this one then it cause to rendering failed to move from current version to other run this commands in terminal
sudo gem uninstall cocoapods
You can install any specific version by mentioning like this
sudo gem install cocoapods -v 1.4.0
Hope it will works for you.