摘要:        
1 UIButton *bt = [UIButton buttonWithType:UIButtonTypeContactAdd];// UIButtonTypeCustom, UIButtonTypeRoundedRect; // 2 [bt setTitle:@"myButton" forState:UIControlStateNormal]; // 普通状态 3 [bt setTitle:@"Button1" forState:UIControlStateHighlighted]; // 触摸时 4 [bt setTitle:@"disB    阅读全文
posted @ 2013-02-04 14:46
diablo大王
阅读(2203)
评论(0)
推荐(0)
        
            
        
        
摘要:        
UILabel *label = [[UILabel alloc] init]; label.frame = self.view.bounds; // 设置大小 label.autoresizingMask = UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleWidth | UIViewAnimationTransitionNone | UIViewAutoresizingFlexibleHeight | UIViewAnimationTransitionFlipFromLe...    阅读全文
posted @ 2013-02-04 13:48
diablo大王
阅读(255)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号