会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_____Stay Hungry,Stay Foolish.
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
10
下一页
[置顶]
iphone开发笔记
摘要: 1.uiimage图片拉伸- (void)stretchBackgroundImage{ //UIImage *originalImage = [[self backgroundImageForState:UIControlStateNormal] copy]; UIImage *ori...
阅读全文
posted @ 2013-07-05 14:37 Clin
阅读(572)
评论(1)
推荐(0)
2015年12月2日
系统界面跳转设置[转]
摘要: [转自]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
阅读(541)
评论(0)
推荐(0)
2015年11月12日
常用宏OC
摘要: #ifndef MacroDefinition_h #define MacroDefinition_h //-------------------获取设备大小------------------------- //NavBar高度 #define NavigationBar_HEIGHT...
阅读全文
posted @ 2015-11-12 17:15 Clin
阅读(1891)
评论(0)
推荐(1)
2015年11月10日
git忽略文件
摘要: # 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
阅读(287)
评论(0)
推荐(0)
2015年11月2日
第三方开源库学习
摘要: https://github.com/syedhali/EZAudio基于核心音频,有助于进行实时,低延迟音频处理和可视化的iOS和OSX音频可视化框架。https://github.com/bang590/JSPatchJSPatch使用Objective-C运行时桥接Objective-C和Ja...
阅读全文
posted @ 2015-11-02 10:49 Clin
阅读(1022)
评论(0)
推荐(0)
2015年10月29日
[转]iOS开发总结之代码规范
摘要: 转自:http://www.cocoachina.com/ios/20151014/13678.html命名规范总 的来说, iOS命名两大原则是:可读性高和防止命名冲突(通过加前缀来保证). Objective-C 的命名通常都比较长, 名称遵循驼峰式命名法. 一个好的命名标准很简单, 就是做到在...
阅读全文
posted @ 2015-10-29 14:27 Clin
阅读(265)
评论(0)
推荐(0)
[转]超全!iOS 面试题汇总
摘要: 转自:http://www.cocoachina.com/programmer/20151019/13746.html1. Object-c的类可以多重继承么?可以实现多个接口么?Category是什么?重写一个类的方式用继承好还是分类好?为什么?答: Object-c的类不可以多重继承;可以实现多...
阅读全文
posted @ 2015-10-29 14:23 Clin
阅读(771)
评论(0)
推荐(1)
2015年10月16日
TTTAttributedLabel
摘要: TTTAttributedLabel 库地址 https://github.com/TTTAttributedLabel/TTTAttributedLabel#import "ViewController.h"@interface ViewController () @end@implementa...
阅读全文
posted @ 2015-10-16 19:26 Clin
阅读(922)
评论(0)
推荐(0)
TTTAttributedLabel颜色设置
摘要: NSString *text = @"Lorem ipsum dolor sit amet"; [self.testAttributedLabel setText:text afterInheritingLabelAttributesAndConfiguringWithBlock:^ ...
阅读全文
posted @ 2015-10-16 17:57 Clin
阅读(879)
评论(0)
推荐(0)
2015年8月25日
iOS开发资料
摘要: 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
阅读(196)
评论(0)
推荐(0)
2015年8月15日
Mac好用软件
摘要: 1.Split Screen 分屏软件
阅读全文
posted @ 2015-08-15 19:58 Clin
阅读(315)
评论(0)
推荐(0)
1
2
3
4
5
···
10
下一页
公告