object c

  1. Star-Dust

    iOS Question [SOLVED] How to get a inputView on TextField

    I need to turn this code into b4i. can anyone help me? UIView* dummyView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)]; myTextField.inputView = dummyView;
Top