MonoTouch 1.4.6

From $1
    Table of contents

    New APIs:

    • Added NSIndexSet
    • Added NSHttpCookie
    • Added NSHttpCookieStorage
    • Added NSMutableDictionary
    • NSDictionary now has constructors in addition to factory methods.
    • CLLocation constants for accuracy.
    • Added factory overloads for NSIndexPath (Create (int []) and Create (uint []).
    • Added Runtime.StartWWAN (Uri uri) API for developers to explicitly awake the WWAN

    API fixes: 

    • UITableViewDelegate and UITableViewSource's AccessoryForRow and EditingStyleForRow return types are now enums instead of integer values.     
    • AVAudioRecorder and AVAudioSession APIs exposed a few entrypoints that returned errors, but we were discarding them.
    • AVAudioRecorder now must be created with the factory method ToUrl
    • Fixed Full AOT compiler to handle Marshalling structs with enums.
    • Fixed FromObjectsAndKeys method (it never worked).
    • Fixed UITableView (Insert|Delete|Reload)Sections to take a NSIndexSet
    • Fixed linker handing of managed resources
    • Fixed CGImage.ScreenImage binding to return a valid image
    • Fixed WebClient to properly wake up WWAN
    • Fixed memory leak in CGImage

    General fixes:

    • The btouch command will now preserve enum return values for method invocations.

     

    Tag page
    • No tags

    Files (0)

     
    Page last modified 20:58, 26 Jan 2010 by Kangaroo