I'm launching system broadcasting picker used for screen recording on iPhone with RPSystemBroadcastPickerView
button and it works properly. However it seems that there is no way to customize the look of this RPSystemBroadcastPickerView
button. RPSystemBroadcastPickerView
always shows a black dot with a black circle around it and it seems that even the color of this icon cannot be changed. I was also trying to show that system picker popup view (with "Start Broadcast" button which is showed after clicking on RPSystemBroadcastPickerView
) with RPBroadcastActivityViewController.load
method however it seems that with this method it is not possible to launch the same system popup picker view which is presented when using RPSystemBroadcastPickerView
button.
Therefore my question is: is there any way to customize the look of this RPSystemBroadcastPickerView
button or just launch the same system broadcasting popup picker view which is launched by RPSystemBroadcastPickerView
with a normal UIButton?