摘要:
加粗loginLabel.font= [UIFontfontWithName:@"Helvetica-Bold"size:20];加粗并且倾斜loginLabel.font= [UIFontfontWithName:@"Helvetica-BoldOblique"size:20]; 阅读全文
摘要:
2012-03-22UIImageView *imgvPhoto= [UIImageView alloc] init];//添加边框 CALayer *layer = [_imgvPhoto layer];layer.borderColor = [[UIColor whiteColor] CGColor];layer.borderWidth = 5.0f;//添加四个边阴影_imgvPhoto.layer.shadowColor = [UIColor blackColor].CGColor;_imgvPhoto.layer.shadowOffset = CGSizeMake(0, 0);_im 阅读全文
摘要:
在presentModalViewController的时候自己创建一个navigationController,这样ViewController的navigationController属性不为nil,即可使用pushViewController。POIListViewController* poiListVC =[[POIListViewController alloc] initWithNibName:@"POIListViewController" bundle:nil];poiListVC.poisArray =self.searchResult;poiListV 阅读全文
摘要:
2012-03-21CAAnimation动画duration :持续间隔数repeatCount:重复次数layer.opacity:透明度好多东西没弄明白 阅读全文