yannickl / YLProgressBar

UIProgressView replacement with an highly and fully customizable animated progress bar in pure Core Graphics
http://yannickloriot.com/library/ios/ylprogressbar/
MIT License
1.28k stars 186 forks source link

Using pods and storyboard #11

Closed Dragsbaek closed 11 years ago

Dragsbaek commented 11 years ago

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 commented 11 years ago

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:

Hope it'll help