前言
对于特定格式(比如DWG等)文件的预览,没有必要耗费代价去自行开发功能,此时可能需要使用第三方应用来打开特定格式的文件。本文中记录三种方式:UIDocumentInteractionController、UIActivityViewController和特定第三方分享方式。
[ Update v2.0.0 ] Similar to Facebook News Feed , Alipay Life , QZone and other social applications . click a drop-down button to display more functions
In Facebook News Feed , Alipay Life , QZone and other social applications , they all contain a function drop-down button which would show a list of more functions when taped . I didn’t find any on GitHub , so I wrote a similar UI controls myself using Objective-C. :
GitHub link : LTxMenu