[Mono-bugs] [Bug 542450] New: UIPickerView.ReloadComponent should take an int as a parameter

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Sep 26 10:06:28 EDT 2009


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


           Summary: UIPickerView.ReloadComponent should take an int as a
                    parameter
    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: schooleybrent at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development


The UIPickerView in MonoTouch has a method ReloadComponent that is implemented
as parameter-less. The selector that it is mapping to takes an NSInteger*.  The
selector that is specified in the Export attribute in the documentation is
correct, but it seems like the method should have been declared as
ReloadComponent(int component).

-- 
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