liangtong


  • 首页

  • 标签

  • 分类

  • 归档

  • 关于

  • 搜索

文件的查看

发表于 2017-06-19 | 分类于 iOS | 阅读次数:

前言

对于特定格式(比如DWG等)文件的预览,没有必要耗费代价去自行开发功能,此时可能需要使用第三方应用来打开特定格式的文件。本文中记录三种方式:UIDocumentInteractionController、UIActivityViewController和特定第三方分享方式。

阅读全文 »

基数排序

发表于 2017-06-13 | 分类于 Algorithm | 阅读次数:

​ 基数排序(radix sort)属于“分配式排序”(distribution sort),基数排序法是属于稳定性的排序,其时间复杂度为O (nlog(r)m),其中r为所采取的基数,而m为堆数,在某些时候,基数排序法的效率高于其它的稳定性排序法。参照斯坦福大学算法公开课视频

阅读全文 »

LTxMenu

发表于 2017-05-19 | 分类于 iOS | 阅读次数:

[ 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

Introduction

​ 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

阅读全文 »
1…678…20
liangtong

liangtong

Keep hungry keep foolish!

59 日志
7 分类
17 标签
GitHub E-Mail 微博 知乎
友情链接
  • lidm1989
© 2016 — 2018 liangtong
由 Hexo 强力驱动
|
主题 — NexT.Pisces v5.1.4