Audio Message Player like WhatsApp in Swift [closed] - ios

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
i Want to make audio message player in table view cell for chat app in swift does any one one have solution please help

for it you have to set audio url accounting to collectionView cell and play on did select event or you can also create custom UI for tableview cell.
attached url of some frameworks with help of it you can achieve the desire output.
https://github.com/yoheimuta/RxMusicPlayer
https://github.com/jorgenhenrichsen/SwiftAudio
https://github.com/delannoyk/AudioPlayer
https://github.com/tbaranes/AudioPlayerSwift
https://github.com/tanhakabir/SwiftAudioPlayer

Related

Custom video player in iOS with next video suggestions [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is it possible to create a custom video player in iOS? Like having custom bars and buttons?
And if yes, is it possible to add such a functionality like the YouTube suggestions for next video, right after the current one has stopped?
Thank you in advance!
Short answer is that yes it is possible.
Use AVPlayer and build a custom view controller that handles showing the suggestion.

I want to Display local Images in Image Picker Controller from my project folder. [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new in objective c.where i need to display the images in a grid form in Image Picker Controller from my project.
where i have many images, when the images will display i will click on one of them and it will display on another screen in Image View.
i need your help with source code thanks.
There's a lot of examples if you search for it...
Example,
Apple Developers
https://developer.apple.com/library/ios/samplecode/PhotoPicker/Introduction/Intro.html
Another one
http://www.appcoda.com/ios-programming-camera-iphone-app/
I.

What is that? Cell or Table? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I am finishing my first app adding an About Us section. I want to create something like this there:
I want to insert the FAQ and website link but what is that? Is a custom cell? a Table?
Now I am using a simple button but I think that the option in the picture is more.
It's probably something very simple, please help.
That is a simple grouped section in UITableView, though cell is more likely to be custom one.

iOS Contact Detail Selection [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
Below image is share contact in WhatsApp.My question is: is it a default ios multiple property picker view or custom view developed WhatsApp? if default view please help me to develop that UI.
It is a default view developed by WhatsApp.
You can achieve this functionality by using UITableView.
Create an object of UITableView and create custom cell.
Hope this helps.

How to make multiple radio group dynamically and manage check/uncheck state in a single view controller in iOS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
I have to create multiple dynamic radio group in iOS for my application.
Preferred way to do it by Apple is using a UITableView with checkmark accessories. But if you need web style radio buttons, you can either implement yourself or use some open source libraries.
Check this one: https://github.com/frederik-jacques/TNRadioButtonGroup

Resources