Custom video player in iOS with next video suggestions [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 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.

Related

Audio Message Player like WhatsApp in Swift [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 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

How to make periodic table in objective-c? [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 5 years ago.
Improve this question
I want to create an app that show periodic table but I don't know how to do that simply. one way i thought was UICollectionView but it is not good way. I want to know what can I search and look for.
Thank You !
I take it you're talking about the periodic table of elements?
A UICollectionView is indeed a good way. You should watch the keynote of the 2017 WWDC. They demonstrate that very thing using new features of UICollectionView added in iOS 11, but you could do it without those new features as well.

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.

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 create full screen camera interface without toolbar? [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 5 years ago.
Improve this question
I've been looking around the internet for ages now and I can't seem to find my answer anywhere! Basically, I want to create a full screen camera interface similar to SnapChat. I don't want the bottom toolbar as I want to be creating my own "Snap" buttons.
I found a few things but the references are like five years old now.
I found the answer to my question - most answers of the internet pointed me to using UIImagePickerController - instead I used AVFoundation. Found a great little tutorial here:
https://www.invasivecode.com/weblog/a-very-cool-custom-video-camera-with/

Resources