摘要: lldb命令常用(备忘) 假如你准备在模拟器里面运行这个,你可以在“(lldb)”提示的后面输入下面的: (lldb) po $eax LLDB在xcode4.3或者之后的版本里面是默认的调试器。假如你正在使用老一点版本的xcode的话,你又GDB调试器。他们有一些基本的相同的命令,因此假如你的xc 阅读全文
posted @ 2016-02-05 15:47 starainDou 阅读(4154) 评论(0) 推荐(0) 编辑
摘要: #import "TitleButton.h" @implementation TitleButton - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { [self setT 阅读全文
posted @ 2016-02-05 15:05 starainDou 阅读(285) 评论(0) 推荐(0) 编辑