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

Changing Text Atrributes #38

Open
daviddelmonte opened this issue Dec 5, 2015 · 1 comment
Open

Changing Text Atrributes #38

daviddelmonte opened this issue Dec 5, 2015 · 1 comment

Comments

@daviddelmonte
Copy link

This is a great control. I have different background images on each panel. Is there a way to set text attributes for individual panels? Thanks!!

@orenk86
Copy link

orenk86 commented Mar 31, 2016

The panels have the properties: PanelTitleLabel and PanelDescriptionLabel that you can access and set whatever you want...

let panel1:MYIntroductionPanel = // init the panel...
panel1.PanelTitleLabel.font = UIFont.init(name: "MySuperCoolFont", size: 21)
panel1.PanelDescriptionLabel.font = UIFont.init(name: "MyUltraMegaAwesomeFont", size: 14)

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