зеркало из https://github.com/xamarin/ios-samples.git
[UICatalog] Fix ambiguous call in sample (#408)
a new API with a similar signature (wrt null) was added in XI 14
This commit is contained in:
Родитель
e020b63265
Коммит
73d7d0ccbd
|
@ -29,7 +29,7 @@ namespace UICatalog
|
|||
var toolbarButtonItems = new[]
|
||||
{
|
||||
leftButton,
|
||||
new UIBarButtonItem(UIBarButtonSystemItem.FlexibleSpace, null),
|
||||
new UIBarButtonItem(UIBarButtonSystemItem.FlexibleSpace, (EventHandler) null),
|
||||
rightButton
|
||||
};
|
||||
toolbar.SetItems(toolbarButtonItems, true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче