You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for preview view in iOS , I have some custom advise :
Since the UI is too simple (and has some defects ) on the original full-screen preview , we'd like to use a preview view in an embedded page , please see the attached images , but I found that the function button for search and switch-pages can only show in the right-top bar ,preview VC automatically handle these two buttons and show no interface to developer to handle that feature . Can BOX-SDK expose an interface to use the search and swtich-pages function when previewing ?
I found that in full page , right button will show "search" and "page" buttons according to the file. For instance, a pdf/docx file will show buttons , but xml/excel/ppt will not show any buttons. And all the buttons is automatically handled by the BOXFilePreviewController .
And my question is I want to show that buttons in an embedded page ,not a full page . Is that possible?
The text was updated successfully, but these errors were encountered:
As for preview view in iOS , I have some custom advise :
Since the UI is too simple (and has some defects ) on the original full-screen preview , we'd like to use a preview view in an embedded page , please see the attached images , but I found that the function button for search and switch-pages can only show in the right-top bar ,preview VC automatically handle these two buttons and show no interface to developer to handle that feature . Can BOX-SDK expose an interface to use the search and swtich-pages function when previewing ?
please see the codes in swift language :
I found that in full page , right button will show "search" and "page" buttons according to the file. For instance, a pdf/docx file will show buttons , but xml/excel/ppt will not show any buttons. And all the buttons is automatically handled by the BOXFilePreviewController .
And my question is I want to show that buttons in an embedded page ,not a full page . Is that possible?
The text was updated successfully, but these errors were encountered: