应为UINavigationController是全局的,所以如果使用self.view addSubView xxx 添加控件,是不能覆盖掉toolbar
应该调用[[UIApplication sharedApplication].keywindow addsubview xxx];
应为UINavigationController是全局的,所以如果使用self.view addSubView xxx 添加控件,是不能覆盖掉toolbar
应该调用[[UIApplication sharedApplication].keywindow addsubview xxx];