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

Edit scope class LinearProgressView #11

Closed
tuantmtb opened this issue Aug 19, 2016 · 0 comments
Closed

Edit scope class LinearProgressView #11

tuantmtb opened this issue Aug 19, 2016 · 0 comments

Comments

@tuantmtb
Copy link

With some project swift, i have a problem when I use "@IBOutlet weak var ".
I found a solution.
Edit scope LinearProgressView to public:
@IBDesignable public class LinearProgressView: UIView {
and modify func drawRect -> override public func drawRect(rect: CGRect) {
It's work for me!

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