We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to extend the OnboardingContentViewController to later be controlled via the storyboard. Is there a way to do this?
I'm trying to do this because I want to rearrange the order of the icons after the title etc...Or is there another way around this? Thanks!
Or is there a way to preview the onboardingcontentviews in a storyboard without having the run/build the project? Thanks!
extension OnboardingContentViewController { @IBInspectable var iconWidth: CGFloat{ get{ return iconWidth } set(newWidth){ iconWidth = newWidth } } }
Reference: http://nshipster.com/ibinspectable-ibdesignable/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to extend the OnboardingContentViewController to later be controlled via the storyboard. Is there a way to do this?
I'm trying to do this because I want to rearrange the order of the icons after the title etc...Or is there another way around this? Thanks!
Or is there a way to preview the onboardingcontentviews in a storyboard without having the run/build the project? Thanks!
Reference:
http://nshipster.com/ibinspectable-ibdesignable/
The text was updated successfully, but these errors were encountered: