[Mono-bugs] [Bug 531560] New: MonoTouch.Foundation.NSUserDefaults.SetObjectForKey() not available

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 16 01:08:18 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=531560


           Summary: MonoTouch.Foundation.NSUserDefaults.SetObjectForKey()
                    not available
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: mark at beaton.co.nz
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Description of Problem:
It seems the MonoTouch.Foundation.NSUserDefaults.SetObjectForKey() method has
not been implemented, or is not public.

Steps to reproduce the problem:
1. Create an NSUserDefaults instance, e.g.:
     var prefs = NSUserDefaults.StandardUserDefaults();
2. Attempt to call method SetObjectForKey()

Actual Results:
SetObjectForKey() method doesn't exist

Expected Results:
SetObjectForKey() should exist, as per Apple documentation: http://bit.ly/L2WjZ

How often does this happen? 
Always

Additional Information:
SetInt(), SetFloat() etc are there.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list