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

How Whisper can be installed manually (without cocoapods etc)? #154

Closed
moonvader opened this issue Apr 17, 2017 · 1 comment
Closed

How Whisper can be installed manually (without cocoapods etc)? #154

moonvader opened this issue Apr 17, 2017 · 1 comment

Comments

@moonvader
Copy link

I just added Source folder of this repo to my Xcode project and added code

let murmur = Murmur(title: "This is a small whistle...")

// Show and hide a message after delay
Whisper.show(whistle: murmur, action: .show(0.5))

what else should i do?

@moonvader moonvader changed the title How Whisper can be installed manually (without cocoapods etc) How Whisper can be installed manually (without cocoapods etc)? Apr 17, 2017
@onmyway133
Copy link
Contributor

@moonvader Hi, thanks for using Whisper, does it work for you after adding the code? What problem do you have? Whisper relies only on UIKit so if you use it from an iOS project, you don't need to do anything else. But the show method may conflict with UIViewController 's show method, you probably need to rename those

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