点语法应该 始终 使用点语法来访问或者修改属性,访问其他实例时首选括号。 推荐: view.backgroundColor = [UIColor orangeColor];[UIApplication sharedApplication].delegate; 反对: [view setBackgroundColor:[UIColor orangeColor]];UIApplication.sharedApplication.delegate;