上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: UIScrollView的属性总结 属性 作用 CGPoint contentOffSet 监控目前滚动的位置 CGSize contentSize 滚动范围的大小 UIEdgeInsets contentInset 视图在scrollView中的位置 id<UIScrollerViewDelega 阅读全文
posted @ 2016-07-04 15:13 妖妖yaoyao 阅读(526) 评论(0) 推荐(0)
摘要: -(UIImageView *)btnImageView { // return objc_getAssociatedObject(self, @selector(isClicked)); return objc_getAssociatedObject(self, &kbtnImageView); 阅读全文
posted @ 2016-07-04 14:31 妖妖yaoyao 阅读(198) 评论(0) 推荐(0)
摘要: iOS 图片显示格式: UIViewContentModeScaleToFill UIViewContentModeScaleAspectFit UIViewContentModeScaleAspectFill UIViewContentModeRedraw UIViewContentModeCen 阅读全文
posted @ 2016-07-04 14:30 妖妖yaoyao 阅读(1321) 评论(0) 推荐(0)
摘要: delaysContentTouches = false 默认值为YES; 如果设置为NO,则无论手指移动的多么快,始终都会将触摸事件传递给内部控件;设置为NO可能会影响到UIScrollView的滚动功能。 canCancelContentTouches = true 这个BOOL类型的值控制co 阅读全文
posted @ 2016-06-28 16:19 妖妖yaoyao 阅读(540) 评论(0) 推荐(0)
摘要: 不可变字符串String 可变字符串StringBuilder 包装 阅读全文
posted @ 2016-06-27 10:38 妖妖yaoyao 阅读(98) 评论(0) 推荐(0)
摘要: 循环时只需3个,因为同一时刻出现在屏幕上的只能是2个,剩余的即可重用 阅读全文
posted @ 2016-06-15 23:14 妖妖yaoyao 阅读(120) 评论(0) 推荐(0)
摘要: 紧跟变量,无空格 1.a++ 2.++a 3.!a 4.1...5 5.1..<5 半开区间,不包含5 6.a! a? 变量与运算符之间有空格 1.a + b 2.a - b 3.a * b 4.a / b 5.a % b 6.a && b 7.a || b 8 .(a ?? b) 空合运算符,当可 阅读全文
posted @ 2016-06-13 10:31 妖妖yaoyao 阅读(233) 评论(0) 推荐(0)
摘要: Mac下的Photoshop CS6 快捷键 Windows和Mac的快捷键其实没什么不同,你只要把Ctrl换成Command,Alt换成Option即可。 打开文件 - Command + O创建文档 - Command + N放大和缩小 -Command + 加号或减号。存储为Web格式- Co 阅读全文
posted @ 2016-06-09 09:43 妖妖yaoyao 阅读(712) 评论(0) 推荐(0)
摘要: Mac破解版软件下载地址 http://macapps.cn/photoshop-for-mac/ 1.iOS project 和 target http://blog.csdn.net/zhaozy55555/article/details/8557175 2.iOS 中的富文本文字设置 http 阅读全文
posted @ 2016-06-02 16:01 妖妖yaoyao 阅读(351) 评论(0) 推荐(0)
摘要: // 控制哪些 ViewController 的标签栏能被点击 - ( BOOL )tabBarController:( UITabBarController *)tabBarController shouldSelectViewController :( UIViewController *)viewController{ // 代表 HMT_CViewController 这个 ... 阅读全文
posted @ 2016-06-02 11:14 妖妖yaoyao 阅读(469) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页