Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

File share UI work for sharing Audio #527

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

Here we will do required UI work for sharing Audio as file attachment.

sumairasaeed commented 7 years ago

Explored and found that watsapp in ios only allows audio recording within app to be shared. In watsapp we cannot send any audio file which is saved in device. Following same model. Explored about Audio element for iOS. Learned about audio player and recorder available in iOS. Next, will implement it. This is in progress

sumairasaeed commented 7 years ago

Worked and coded for adding Audio Player to be used for playing audio. Next, need to use it in tableviewcell to display and link respective audio file.

jekram commented 7 years ago

Thanks for the update

sumairasaeed commented 7 years ago

This task has been completed now