常用小技巧

2016-01-07  本文已影响24人  瀚宇悟道

在控制台里打印controller的层级: po [UIViewController _printHierarchy]

#ifdef DEBUG

#define CLog(format, ...) NSLog(format, ## __VA_ARGS__)

#else

#define CLog(format, ...)

#endif

隐藏导航条:[self.navigationController setNavigationBarHidden:YES animated:YES];

上一篇下一篇

猜你喜欢

热点阅读