MonoTouch 1.4.4

From $1
Table of contents

New APIS:

 

  • Expose CGFont.CreateWithFontName (string name)
  • CGImage.ScreenImage () fixes 566901
  • NSDateFormatter, NSFormatter.
  • AudioSession bindings.
  • Audio Offline Render

 

 
Improvements:
  • Strongly typed AudioBasicStreamDescription
  • MKMapView now has C# style events.
  • UIView.BackgroundColor can be assigned the null value
  • UIImageView.Image can be assigned a null value
  • Linker automatically detects more cases in which the crypto APIs are required (other Web API entry points).
 
Fixes:

 

  • Fixed debugger deadlock caused when thread interrupted while holding the malloc/free lock
  • Fixed binding for UITabBarController.CustomizableViewControllers to deal with         
  • UIViewControllers instead of UINavigationViewControllers, fixes bug reported by Manni.
  • Fixed #562094 - Dispose crash on AVAudioRecorder
  • Fixed #567351 - Cannot set nullable properties via reflections
  • Fixed #567455 - Cannot start new NSThread
  • Fixed typo in UIAlertView.FirstButtonInder -> FirstButtonIndex
  • Fixed wake up WWAN bug.
  • Fixed NSNetServiceBrowser binding.
  • Fix deregistration of listeners in AudioQueue (they were always kept around, unless manually removed).
  • Fixed #554744 - Cannot make custom CALayer
  • Fixed unicode usages of NSString

 

 

API Breaking Changes for 1.4.4
  • bool UINavigationController.SetToolbarHidden(bool,bool)  --> void UINavigationController.SetToolbarHidden(bool,bool)
  • bool UISwitch.SetState(bool,bool) --> void UISwitch.SetState(bool,bool)
  • bool UIViewController.SetEditing(bool,bool) --> void UIViewController.SetEditing(bool,bool)

Tag page

Files (0)

 
Page last modified 20:34, 15 Jan 2010 by Kangaroo