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

Code needs to be updated for Xcode 10 / iOS 12 #2

Open
ethanwa opened this issue Sep 5, 2018 · 1 comment
Open

Code needs to be updated for Xcode 10 / iOS 12 #2

ethanwa opened this issue Sep 5, 2018 · 1 comment

Comments

@ethanwa
Copy link

ethanwa commented Sep 5, 2018

Getting some errors when trying to build.

@ethanwa
Copy link
Author

ethanwa commented Sep 14, 2018

Specifically:

public override init(frame: CGRect) { titles = Array<String>() visible = true super.init(frame: CGRect.zero) initialize() }
public required init?(coder aDecoder: NSCoder) { titles = Array<String>() visible = true super.init(coder: aDecoder) initialize() }

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

1 participant