-
Notifications
You must be signed in to change notification settings - Fork 51
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
PeriodicTable issue #14
Comments
Hi, @leejinseong9410, you can use init(frame: CGRect), I suggest you not use init with a coder in this place. |
I'm really sorry, but can I explain it in code? |
|
UIView (MacawView subclass of UIView for iOS apps) has different initializers, and in this situation better use not init with coder, but init with frame: `class SomeCustomView { let yourView = SomeCustomView(frame: CGRect.zero) ` Something like this |
Hello |
I created a mobile app that is very similar to PeriodicTable.
but my app not run
Which NSCoder type goes into parameters when invoking PeriodicTable?
Sorry, my app doesn't use storyboard. And if you're using a storyboard, nothing will appear on the screen. Help me, please.
The text was updated successfully, but these errors were encountered: