加载中
AutoLayout 代码布局自动化

[NSLayoutConstraint constraintsWithVisualFormat:<visual format string> options:<options>metrics:<metrics> views: <views dictionary> ]; constraintsWithVisualFormat:参数为NSStrin...

2013/05/31 16:19
3.2K
不定长的多个参数的方法实现

- (void)methodName:(NSObject*)string, ... {// parms must be end with nil va_list args; va_start(args, string); if (string) { NSLog(@"Do something with First: %@", string); NSObj...

2013/06/20 17:18
642
iOS 5.0 后UIViewController新增:willMoveToParentVie...

在iOS 5.0以前,我们在一个 UIViewController中这样组织相关的 UIView 在以前,一个UIViewController的View可能有很多小的子view。这些子view很多时候被盖在最后,我们在最外层ViewControlle...

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部