Matthew Wood
Matthew Wood
I have added this nuget to my project and I am unable to use ILocalStorage, it is not available. I have to use LocalStorage directly which causes my app to...
``` if (!ActionButton.Hidden && ActionButton.Title(UIControlState.Normal) != String.Empty && *ActionButton* != null) { ActionBlock(this); DismissAnimated(true); } ``` should be ``` if (!ActionButton.Hidden && ActionButton.Title(UIControlState.Normal) != String.Empty && *ActionBlock* != null) {...