Skip to content

Commit

Permalink
Dropdown control - text color (#89)
Browse files Browse the repository at this point in the history
* Changed dropdown text color

* FIx for ios

* Fixed text color, corner radius and removed shadow

* Fix for ios crash

* Fixed displaying dropdown options

* Fixed displaying dropdown options
  • Loading branch information
damiansikora85 authored and enisn committed Mar 8, 2019
1 parent c633a6e commit 35afc39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions InputKit/Platforms/iOS/MenuEffect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ void OnPopupRequest(View view)
}

RootViewController.PresentViewController(actionSheetAlert, true, null);
//UIApplication.SharedApplication.KeyWindow.RootViewController.PresentViewController(actionSheetAlert, true, null);

}

protected override void OnDetached()
Expand Down

0 comments on commit 35afc39

Please sign in to comment.