01 2016 档案

摘要:UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)]; imageView.center = CGPointMake(200, 300); imageView.backgro... 阅读全文
posted @ 2016-01-20 15:48 金刚葫芦娃哈哈 阅读(126) 评论(0) 推荐(0)
摘要:问题1:LLDB 打印 frame (如:po self.view.frame)打开终端:(依次输入,什么都没提示,打开xcode项目,有Hook 1(expr --@import UIKit等提示,意味着成功))1.touch ~/.lldbinit2.echo display @import U... 阅读全文
posted @ 2016-01-19 16:37 金刚葫芦娃哈哈 阅读(290) 评论(0) 推荐(0)