摘要: 1.uiimage图片拉伸- (void)stretchBackgroundImage{ //UIImage *originalImage = [[self backgroundImageForState:UIControlStateNormal] copy]; UIImage *ori... 阅读全文
posted @ 2013-07-05 14:37 Clin 阅读(569) 评论(1) 推荐(0) 编辑
摘要: [转自]http://mp.weixin.qq.com/s?__biz=MzA3NzM0NzkxMQ==&mid=401887460&idx=1&sn=c8e0a6c2e307a2f2b3ce4de0ed108f6a&scene=23&srcid=1202lCShwFvMdphiOWggNirc#r... 阅读全文
posted @ 2015-12-02 10:18 Clin 阅读(521) 评论(0) 推荐(0) 编辑
摘要: #ifndef MacroDefinition_h #define MacroDefinition_h //-------------------获取设备大小------------------------- //NavBar高度 #define NavigationBar_HEIGHT... 阅读全文
posted @ 2015-11-12 17:15 Clin 阅读(1862) 评论(0) 推荐(1) 编辑
摘要: # Xcode## gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore.DS_Store## Build generatedbuild/D... 阅读全文
posted @ 2015-11-10 21:12 Clin 阅读(281) 评论(0) 推荐(0) 编辑
摘要: https://github.com/syedhali/EZAudio基于核心音频,有助于进行实时,低延迟音频处理和可视化的iOS和OSX音频可视化框架。https://github.com/bang590/JSPatchJSPatch使用Objective-C运行时桥接Objective-C和Ja... 阅读全文
posted @ 2015-11-02 10:49 Clin 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cocoachina.com/ios/20151014/13678.html命名规范总 的来说, iOS命名两大原则是:可读性高和防止命名冲突(通过加前缀来保证). Objective-C 的命名通常都比较长, 名称遵循驼峰式命名法. 一个好的命名标准很简单, 就是做到在... 阅读全文
posted @ 2015-10-29 14:27 Clin 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cocoachina.com/programmer/20151019/13746.html1. Object-c的类可以多重继承么?可以实现多个接口么?Category是什么?重写一个类的方式用继承好还是分类好?为什么?答: Object-c的类不可以多重继承;可以实现多... 阅读全文
posted @ 2015-10-29 14:23 Clin 阅读(753) 评论(0) 推荐(1) 编辑
摘要: TTTAttributedLabel 库地址 https://github.com/TTTAttributedLabel/TTTAttributedLabel#import "ViewController.h"@interface ViewController () @end@implementa... 阅读全文
posted @ 2015-10-16 19:26 Clin 阅读(912) 评论(0) 推荐(0) 编辑
摘要: NSString *text = @"Lorem ipsum dolor sit amet"; [self.testAttributedLabel setText:text afterInheritingLabelAttributesAndConfiguringWithBlock:^ ... 阅读全文
posted @ 2015-10-16 17:57 Clin 阅读(856) 评论(0) 推荐(0) 编辑
摘要: https://github.com/XCGit/awesome-objc-frameworkshttps://github.com/KevinHM/ios-good-practices-the-lastest-versionhttps://github.com/singro 阅读全文
posted @ 2015-08-25 11:28 Clin 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1.Split Screen 分屏软件 阅读全文
posted @ 2015-08-15 19:58 Clin 阅读(308) 评论(0) 推荐(0) 编辑