BillSplitter.AppDelegate.PeopleModel.GetComponentWidth C# (CSharp) 메소드

GetComponentWidth() 공개 메소드

public GetComponentWidth ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
리턴 float
            public override float GetComponentWidth(UIPickerView picker, int component)
            {
                if (component == 0)
                    return 130f;
                else
                    return 150f;
            }