How can i make the button about audio in Xcode? - ios

I want to make a useful dictionary.
So, i want to make a audio button and put some audio to button.
but, it's a not say. i don't have a skill in Xcode.
i need to help to me about make a audio button and put some audio to button in Tableview.
I want to create audio buttons for each.
I don't know this website system and i upload picture in Dropbox.
Have nice day.
enter link description here

I would add a "AVAudioPlayer *audio" to your recipe object that you play when the button "Play Audio" is pressed.

Related

Playsinline for Video URL Requires 2 Clicks from iOS

Playsinline=1 within my video URL requires 2 clicks from my iOS devices to play it. Is there a way to correct this?
Here is my experience with using playsinline=1 from my iPhone using Google Chrome, Safari & DuckDuckGo:
[embedyt] https://www.youtube.com/embed?listType=playlist&list=PLI1Ahx4x_H5fqrB6XB4pkeqyo2qsJnDus&layout=gallery&playsinline=1[/embedyt]
Here is where it starts. I click on the Play Button. Note: As you can see, the Play Button is not red.
‘https://savvyify.com/img/image/CQFB’
After clicking the Play Button, it acts like it wants to play, but then returns to the Play Button, which is red – see next image.
‘https://savvyify.com/img/image/CUJu’
After the two steps above occur, then I have a red Play Button and the video plays inline.
‘https://savvyify.com/img/image/CWrj’
Is there a way to correct this to where the video will play inline on the first click?
I found an answer within the Plug-in I'm using; EmbedPlus Plug-in for YouTube. It had an iOSPlayback feature that automatically includes Playsinline=1 and the videos play from an iOS device on 1st click

RPScreenRecorder Recording alert text change

Do we have the possibility of changing the Recording alert text display by the RPSCreenRecorder in iOS 11?. Actually, I was capturing my application screen content using StartCapture API and pushing the video content to my server. But the Alert text is telling that: "You can save the recording to the camera roll or share it with the friends. Record microphone audio if you want to add comments as you go", which is not relevant to me. I want to change that text to something which is relevant to me.
Any info.plist keys for changing the text like for Privacy controls?
Apparao Mulpuri
For now you can't change the text and yes, this is strange, but you can give an alert (or tell user that he will be asked for this) before the system alert.

Youtube : Remove only "Watch later" & "Share" icon button on video

I have video Playlist gallery with embed code. I want to embed that in my private portal and that privacy can maintain by making video "UNLISTED" so that video doesn't show up in YouTube search as well as channels. I hope by making this way I can protect privacy of my videos or if any other way please suggest me.
Second thing I want to remove icon button "Watch later" & "Share" icon button on video. How we can make this if possible with the embed code. I can do this by "showinfo=0". But by doing this it will remove the Title information of video. and wanted to keep that video title information.
We can use flash version of YouTube player and disable external links property.

Hold and Release in Xcode (Sound)?

So, I just basically want to use AVFoundation Kit for playing my sound. I have the play method set, but I want to be able to hold down the button and play the sound that way rather than tapping it first. Once I release the button, I want the sound to stop. Simple: Hold down to play sound and then release your finger to stop the sound like a piano. Help please! Thanks.
If you right click on the button in IB you should be able to link the
Touch down
and
Touch Cancelled
button links so that it they both call the same method or they each call a different method one to stop the sound and one to start it.
you might also want to check out this
forum
hope this helps

iPhone UIImagePicker Video

I make application with one button. When I press this button media browser appear. I want when I select video from my library to appear in previous view with button. But I don't know in what kind of component to put it? I don't want video in full screen. I want something like thumbnail of video. Thanks :)

Resources