示例#1
0
        private void initialize()
        {
            UITableView newTableView = this.newAutoCompleteTableViewForTextField(this);

            this.AutoCompleteTableView = newTableView;

            this.beginObservingKeyPathsAndNotifications();
            this.setDefaultValuesForVariables();

            fetchOperation = new MLPAutoCompleteFetchOperation(this);
        }
        private void initialize()
        {
            UITableView newTableView =  this.newAutoCompleteTableViewForTextField(this);
            this.AutoCompleteTableView = newTableView;

            this.beginObservingKeyPathsAndNotifications ();
            this.setDefaultValuesForVariables ();

            fetchOperation = new MLPAutoCompleteFetchOperation (this);
        }