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

Microphone icon is not displayed #31

Closed
CrazyWisdom opened this issue Jul 21, 2016 · 5 comments
Closed

Microphone icon is not displayed #31

CrazyWisdom opened this issue Jul 21, 2016 · 5 comments

Comments

@CrazyWisdom
Copy link

Microphone icon is not displayed

My code:

    func audioRecordAction() {
        let audioRecorderController = IQAudioRecorderController()
        audioRecorderController.delegate = self
        audioRecorderController.title = "Audio Recorder"
        audioRecorderController.barStyle = UIBarStyle.BlackOpaque
        presentViewController(audioRecorderController, animated: true, completion: nil)
    }
@rcholic
Copy link

rcholic commented Aug 10, 2016

yes, I had the same problem. I imported the image sets as found in this library to my app, the microphone/record/play icons show up correctly.

@DuncanACampbell
Copy link

Same happened to me. Seemed to occur once I started using the use_frameworks! flag in the podfile.

@githubdoramon
Copy link

Each barStyle seems to show some different combination of stuff

@hackiftekhar
Copy link
Owner

Do you guys find out why sometimes icon doesn't appear so that I can fix it?

@awaisemaan
Copy link

You guys need to use 'presentAudioRecorderViewControllerAnimated' instead of using 'presentViewController' as you can clearly see these methods in documentation.

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

6 participants