[TIMOB-14797] iOS: Allow share button to be hidden in Ti.UI.iOS.DocumentViewer
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Davide Cassenti |
| Assignee | Unknown |
| Created | 2013-08-09T17:38:30.000+0000 |
| Updated | 2018-02-28T20:04:09.000+0000 |
Description
Feature request
When opening a document in the DocumentViewer, a share icon is shon in the navigation bar. Would need a way to disable the button.Sample code
var win = Titanium.UI.createWindow({
backgroundColor:'#fff'
});
var z = Ti.UI.iOS.createDocumentViewer({url:'document.pdf'});
// add a method to hide the button
z.show();
win.open();
No comments