摘要:
用UITextView加载rtfd文件效果说明使用此方法可以实现十分简易的富文本显示效果,包括图文混排等等效果。源码//// ViewController.m// Rtfd//// Created by YouXianMing on 15/9/10.// Copyright (c) 2015... 阅读全文
摘要:
AYVibrantButtonhttps://github.com/a1anyip/AYVibrantButtonAYVibrantButton is a stylish button with iOS 8 vibrancy effect. It is a subclass ofUIButtonth... 阅读全文
摘要:
NSOperation的使用细节 [3]这一节我们来写自定义concurrent的operation,自定义concurrent的operation稍微有点复杂,需要按照某些既定的步骤编写才可以完成线程的操作。Methods to override for concurrent operations... 阅读全文