如果有一個女生或男生
放下身段主動聯繫妳
一次……
兩次……
三次……
如果有一個女生或男生
放下所謂的尊嚴
有事没事都聯繫妳
一天……
兩天……
三天……
typedef enum { UIKeyboardTypeDefault, UIKeyboardTypeASCIICapable, UIKeyboardTypeNumbersAndPunctuation, UIKeyboardTypeURL, UIKeyboardTypeNumberPad, UIKeyboardTypePhonePad, UIKeyboardTypeNamePhonePad, UIKeyboardTypeEmailAddress, UIKeyboardTypeDecimalPad, UIKeyboardTypeAlphabet = UIKeyboardTypeASCIICapable } UIKeyboardType;
MyAppDelegate *appDelegate = (MyAppDelegate*)[[UIApplication sharedApplication] delegate];
- (void)viewDidLoad { [self.textField becomeFirstResponder]; [super viewDidLoad]; }
- (void)enableKeyboard { [self.textField becomeFirstResponder]; } - (void)viewDidLoad { [self performSelector:@selector(enableKeyboard) withObject:nil afterDelay:.3]; [super viewDidLoad]; }
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation { return YES; }
-(void) instanceMethod:(NSString *)param; +(void) classMethod:(NSString *)param;
object.methodName(params);
@interface MyClass : NSObject { }
@interface MyViewController : UIViewController { }
最近瘋狂愛上她。IU |