You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, to handle UIKeyboard.WillShowNotification, I have to call UIKeyboard.Notifications.ObserveWillShow, and manually wrap a function in an EventHandler:
The text was updated successfully, but these errors were encountered:
dvdsgl
changed the title
UIKit.Notifications members are unpleasant to use from F#
UIKeyboard.Notifications members are unpleasant to use from F#
Jun 19, 2014
For example, to handle
UIKeyboard.WillShowNotification
, I have to callUIKeyboard.Notifications.ObserveWillShow
, and manually wrap a function in anEventHandler
:When I would expect to be able to just do this:
To allow this, I added a static event to
UIKeyboard
:But this should be part of
MonoTouch.dll
.The text was updated successfully, but these errors were encountered: