зеркало из https://github.com/xamarin/ios-samples.git
Use UIBarStyle.Black and set Translucent = true rather than using UIBarStyle.BlackTranslucent.
This commit is contained in:
Родитель
fa02d65ac2
Коммит
dee2942e23
|
@ -119,7 +119,8 @@ public partial class ToolbarViewController : UIViewController {
|
|||
break;
|
||||
|
||||
case 2:
|
||||
toolbar.BarStyle = UIBarStyle.BlackTranslucent;
|
||||
toolbar.BarStyle = UIBarStyle.Black;
|
||||
toolbar.Translucent = true;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче