zoukankan      html  css  js  c++  java
  • 注意 方法的执行 顺序,并且 如果 为 nil的话,bool类型的数据 也默认是有值的,

                     TNotificationView *notificationView = [[[UINibnibWithNibName:@"TNotificationView"bundle:nil]instantiateWithOwner:selfoptions:nil]objectAtIndex:0];

                    notificationView.commmonArray = commonArray;

                    [notificationView selectedItem];

    -(void)awakeFromNib

    {

     

        [self initData];

        //self.medicineField.inputView = self.commonPickerView;

        self.medicineField.inputAccessoryView = self.toolBar;

        self.periodPicker = [[CustomizePickerViewalloc] initWithFrame:CGRectZero];

        self.periodPicker.showsSelectionIndicator = NO;

    self.periodPicker.delegate = self;

    self.periodPicker.dataSource = self;

        self.medicineField.inputView = self.periodPicker;

       }

  • 相关阅读:
    LSTM
    Realsense D435i
    ubuntu18 realsenseD435i
    net
    test
    LSTM Accuracy
    boost x64 lib
    E0443类模板 "std::unordered_set" 的参数太多
    PropertySheet
    freetype 编译
  • 原文地址:https://www.cnblogs.com/guligei/p/3169636.html
Copyright © 2011-2022 走看看