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