摘要:
Magical Data Modelling Framework for JSONhttps://github.com/icanzilb/JSONModelNew: In version 0.12.0 I added experimental support for exporting JSON m... 阅读全文
摘要:
ObjectAL for iPhone and Machttps://github.com/kstenerud/ObjectAL-for-iPhone以后补上使用教程Mac and iOS Audio, minus the headache.Mac 和 iOS 的的音频框架,真心让人蛋疼。So you want to add audio to your app. Usually your audio needs are something like:即使是这样你还是得把音频添加进的app中,你的老板说的算。通常情况下,你会用到下面的功能:Play, Pause, Stop, LoopVolum 阅读全文
摘要:
FRDLivelyButtonhttps://github.com/sebastienwindal/FRDLivelyButtonFRDLivelyButtonis a simple UIButton subclass intended to be used inside a UIBarButtonItem, even though it can be used anywhere you can use a UIButton. It is entirely Core Graphics driven, supports 5 common button types (menu, close, ad 阅读全文
摘要:
SVWebViewController简单翻译https://github.com/samvermette/SVWebViewControllerSVWebViewController is a simple inline browser for your iOS 7 app.SVWebViewController是一个简单别致且易用的浏览器控制器,为iOS7应用而设计.SVWebViewController features:iPhone and iPad distinct UIsfull landscape orientation supportback, forward, stop/re 阅读全文
摘要:
1. weak属性(弱引用)被weak修饰的对象叫弱引用,不算对象持有者,一个方法执行完后会导致这个对象自动释放掉,并将对象的指针设置成nil,我使用GCD延时1000ms来验证,1000ms之后,其对象是否还在.#import "RootViewController.h"@interface RootViewController ()@property (nonatomic, weak) NSString *str;@end@implementation RootViewController/** 延时多少毫秒 @param microseconds 毫秒 @param 阅读全文
摘要:
source -https://github.com/supermarin/ObjectiveSugarLook like a girl, act like a lady, think like a man, work like a boss.外表如萝莉,举止赛淑女,思想堪汉子,工作比老板。 A set of functional additions for Foundation you wish you've had at the first place. 这是一个关于Foundation框架的一系列的扩展,让你魂牵梦断的东东。UsageInstall viaCocoaPodspod 阅读全文
摘要:
TWMessageBarManager简单翻译https://github.com/terryworona/TWMessageBarManagerAn iOS manager for presenting system-wide notifications via a dropdown message bar.一个iOS的管理类,用来展示系统级别的通知,通过一个下拉的信息条。RequirementsRequires iOS 6.0 or laterRequires Automatic Reference Counting (ARC)需要iOS6.0或以上需要ARCFeaturesDrop-in 阅读全文
摘要:
MSWeakTimer简易翻译:该timer没有runloop概念,线程安全,没有循环引用现象。https://github.com/mindsnacks/MSWeakTimerDescriptionThread-safeNSTimerdrop-in alternative that doesn't retain the target and supports being used withGCDqueues.这是个线程安全的 NSTimer,他不会对目标进行retain操作,而且,他还支持GCDqueues。MotivationThe first motivation for thi 阅读全文
摘要:
JGDownloadAcceleration本人对原文进行了翻译,凑合看看,使用心得以后补上https://github.com/JonasGessner/JGDownloadAcceleration© 2013 Jonas GessnerJGDownloadAcceleration is a Networking library for iOS targeted at downloading large files on to the device's hard disk.JGDownloadAcceleration's main part is a concurr 阅读全文
摘要:
LASIImageView – download image with progress indicator翻译原网址:http://lukagabric.com/lasiimageview-download-image-with-progress-indicator/#more-797LASIImageView is a UIImageView subclass that supports asynchronous image download with different progress indicators.It is possible to choose among three di 阅读全文