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

Add alpha variable to SpotlightViewController #6

Merged
merged 1 commit into from
Jan 25, 2016
Merged

Add alpha variable to SpotlightViewController #6

merged 1 commit into from
Jan 25, 2016

Conversation

jstnheo
Copy link
Contributor

@jstnheo jstnheo commented Jan 25, 2016

Added alpha as a variable to SpotlightViewController making it more customizable.

 func presentAnnotation() {
        let viewController = UIStoryboard(name: "Main", bundle: nil).instantiateViewControllerWithIdentifier("Annotation") as! AnnotationViewController
        viewController.alpha = 0.5
        presentViewController(viewController, animated: true, completion: nil)
        annotationViewController = viewController
    }

@xai3
Copy link
Collaborator

xai3 commented Jan 25, 2016

hey @jstnheo . thx!

xai3 added a commit that referenced this pull request Jan 25, 2016
Add alpha variable to SpotlightViewController
@xai3 xai3 merged commit 6f0c1d9 into bannzai:master Jan 25, 2016
@jstnheo
Copy link
Contributor Author

jstnheo commented Jan 25, 2016

hi @YukiAsai
if you have any other issues in mind, i'd love to help out more!

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

Successfully merging this pull request may close these issues.

2 participants