[Mono-dev] Trying to change font size in pickerview can anyone translate this to c#

Mike Murdock mmurdock at allmeds.com
Wed May 2 17:58:18 UTC 2012


- (UIView *)pickerView:(UIPickerView *)pickerView viewForRow:(NSInteger)row forComponent:(NSInteger)component reusingView:(UIView *)view{
    UILabel* tView = (UILabel*)view;
    if (!tView){
        tView = [[UILabel alloc] init];
            // Setup label properties - frame, font, colors etc
            ...
    }
    // Fill the label text here
    ...
    return tView;

Michael Murdock
Software Engineer

(865) 482-1999
(865) 481-0921 fax
www.allmeds.com<http://www.allmeds.com>


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20120502/82aa5c72/attachment-0001.html>


More information about the Mono-devel-list mailing list