本文将介绍兼容IE+、FF、Chrome、Safari、Opera的技巧一、CSS
HACK专门为某版本的浏览器设置样式,从而解决浏览器显示的差异selector { +property:value; }
在属性名前加上加号"+",这个Hack只有IE系列可以识别.selector { *prope...
分类:
Web程序 时间:
2014-06-06 22:37:35
阅读次数:
385
?UINavigationController以栈的形式保存子控制器@property(nonatomic,copy)NSArray*viewControllers;@property(nonatomic,readonly)NSArray*childViewControllers;?使用push方法...
分类:
其他好文 时间:
2014-06-06 20:03:23
阅读次数:
310
iOS: 属性列表介绍 Introduction to Property
Lists从本质上说, 属性列表就是苹果的对象数据序列化与反序列化方式属性列表使用几种数据类型把数据组织为键值表和值表 Property lists
organize data into named values and li...
分类:
移动开发 时间:
2014-06-04 17:09:32
阅读次数:
274
#import "KUViewController.h"#import
"KUProgress.h"@interfaceKUViewController ()//下载进度的类,继承UIview@property (weak,
nonatomic) IBOutlet KUProgress *progr...
分类:
其他好文 时间:
2014-06-04 14:39:23
阅读次数:
328
昨天看到html5tricks上的一篇文章《jQuery鼠标滑过文字跳动动画插件》,止不住手痒用sass、css3实现以下,并进行了扩展,希望能对大家有所帮助,主要利用sass@for指令、compass里的random随机数,给文字设置不同的动画状态,利用transition或animation实现动画。...
分类:
其他好文 时间:
2014-06-02 23:53:21
阅读次数:
514
The only syntax difference between JSON and the
object literal is that property names need to be wrapped in quotes to be valid
JSON. In object literal...
分类:
编程语言 时间:
2014-06-02 09:31:41
阅读次数:
394
UILabel:常用属性@property(nonatomic,copy) NSString
*text; // default is nil@property(nonatomic,retain) UIFont *font; // default
is...
分类:
移动开发 时间:
2014-06-02 00:03:51
阅读次数:
432
UIScrollView:常用属性@property(nonatomic)
UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll
area around content@prop...
分类:
移动开发 时间:
2014-06-01 23:53:28
阅读次数:
505
UITabelView:常用属性@property (nonatomic) CGFloat
rowHeight; // will return the default value if unset@property (nonatomic)
CGFloat sect...
分类:
移动开发 时间:
2014-06-01 17:07:41
阅读次数:
394