- Apr 04 Mon 2016 20:03
-
目標
- Jul 13 Sun 2014 09:01
-
objective-c 第二課
- Jul 12 Sat 2014 07:23
-
objective-c 第一課
- Apr 02 Wed 2014 11:13
-
keyboard miss
- Apr 01 Tue 2014 11:48
-
NSOrderedSame
[name.text compare:@"aaaaa"] == NSOrderedSame
- Apr 01 Tue 2014 11:23
-
about setting outlet
關於設定outlet
舉例:用control拉完原件(UIText, UILabel...)拉到ViewController.h裡後
還要在ViewController.m裡的 @implementation ViewController 底下,用@synthesize 'property'宣告
舉例:用control拉完原件(UIText, UILabel...)拉到ViewController.h裡後
還要在ViewController.m裡的 @implementation ViewController 底下,用@synthesize 'property'宣告
1