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
` let myFirstButton = PMSuperButton.self
myFirstButton.setTitle("✸", for: .normal) myFirstButton.setTitleColor(.blue, for: .normal) myFirstButton.frame = CGRect(x: 15, y: -50, width: 300, height: 500) myFirstButton.addTarget(self, action: #selector(pressed), for: .touchUpInside) `
Here's my code, it's probably pretty nubby. Just trying to find a way to programmtically add the button and edit it with your creation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
` let myFirstButton = PMSuperButton.self
Here's my code, it's probably pretty nubby. Just trying to find a way to programmtically add the button and edit it with your creation.
The text was updated successfully, but these errors were encountered: