Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using pods and storyboard #11

Closed
Dragsbaek opened this issue Oct 3, 2013 · 1 comment
Closed

Using pods and storyboard #11

Dragsbaek opened this issue Oct 3, 2013 · 1 comment

Comments

@Dragsbaek
Copy link

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

@yannickl
Copy link
Owner

yannickl commented Oct 4, 2013

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants