I am currently working on a Unity3D iOS game.I want to override the default Volume View in iOS and implement a custom UI control like in Snapchat and Instagram.
Asked
Active
Viewed 254 times
1
-
you want c# unity code or swift code ? – DeyaEldeen Jul 29 '16 at 10:27
-
Preferably c# unity code – Hsan Jul 29 '16 at 10:29
1 Answers
0
What you need is low level access to your native iOS application in order to use swift code to disable the volume HUD.
I cannot explain how to do this better than this https://github.com/blitzagency/ios-unity5/blob/master/README.md
Follow the instructions carefully until you are able to setup swift in unity.
Here is a good page on disabling the volume HUD in swift: Hide device Volume HUD view while adjusitng volume with MPVolumeView slider
Hope this helps.

Community
- 1
- 1

Isaak Eriksson
- 633
- 1
- 7
- 16