yannickl/YLProgressBar

Using pods and storyboard

Closed this issue · 1 comments

For some reason, i am not able to subclass the UIProgressView with YLProgressBar through storyboard, it doesnt show in inspector. I am using iOS 7 and installed via pods. Any help? Thanks

Hi,

Since the last version, the YLProgressBar inherits from UIView instead of UIProgressView (because of iOS7).
That's why the inspector does not show any information about the YLProgressBar. So you have 2 choices:

  • Adding the class in the inspector manually
  • Or put an UIView (and add the YLProgressBar in the inspector) instead of the UIProgressView into your views

Hope it'll help