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

GetRowHeight() 공개 메소드

public GetRowHeight ( UIPickerView picker, int component ) : float
picker UIPickerView
component int
리턴 float
            public override float GetRowHeight(UIPickerView picker, int component)
            {
                return 40f;
            }