python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Transition to UIDocumentInteractionController takes over navigation bar title color
Just doing a simple transition a UIDocumentInteractionController to display a PDF. Its title is black, which is desired, but I want it to go back to the app color (white) when it goes back. Trying t...
thesuffering
Votes: 0
Answers: 1
Is there a delegate method that gets called before the UIDocumentInteractionController share sheet pop ups
Please can someone help.I would like to add an alert message once a user clicks on the share button on a pdf viewer, i'm using UIDocumentInteractionController to preview the pdf document. and i wanted...
swift_dande
Votes: 0
Answers: 1
Xamarin iOS post image to Instagram
Goal: Using an iOS native method, push a user made picture onto their Instagram feed in C#.
public bool ShareImage(byte[] imageByte)
{
bool result = false;
//string fi...
Lloyd Woollard
Votes: 0
Answers: 1