【IOS】获取顶层UIViewController - 包灬子的个人页面
Objective-c版本: - (UIViewController *)appRootViewController { UIViewController *appRootVC = [UIApplication sharedApplication].keyWindow.rootViewController; U...
Objective-C UIView背景的渐变 - 为程序员服务
UIView背景的渐变更多Objective-C iOS[C/C++]代码 // Allocate bitmap context...2013-04-29 09:20:30Objective c在UIViewController中加入点击触摸事件 by ...