Many times I'll read Obj-C code and need the value to one of their constants present in one of the Obj-C header files.
For notifications, I've been able to find them in MonoTouch such as UIApplication.DidEnterBackgroundNotification
.
Is there a standard way to get such values? I am needing to lookup UINavigationControllerHideShowBarDuration
for an odd reason.