随笔分类 - Apple
摘要:这个是基于IOS5.0的ImagePicker,所以都没有release,大家适当加上去吧~先上效果图:小牺牲一下我小侄吧...#import <UIKit/UIKit.h> @interface DemoViewController : UIViewController<UIImagePickerControllerDelegate,UINavigationControllerDelegate,UIActionSheetDelegate>
@property (weak, nonatomic) IBOutlet UIImageView *selectedImage;
阅读全文
摘要:这个是使用一个切片,使其填充到整个NavigationBar上面。- (void)viewDidLoad
{ [super viewDidLoad]; UIImage *smallImage = [UIImage imageNamed:@"hc_03.png"]; UIImageView *imageView = [[UIImageView alloc] initWithImage:smallImage]; [imageView setFrame:CGRectMake(0, 20, 320, 44)]; imageView.contentM...
阅读全文
摘要://修改删除按钮的文字
-(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { return @"删除";
}
阅读全文
摘要:不解释,直接上代码 NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; NSString *name = [infoDictionary objectForKey:@"CFBundleDisplayName"]; NSString *version = [infoDictionary objectForKey:@"CFBundleShortVersionString"]; NSString *build = [infoDictionary objectForKey:
阅读全文
摘要:NAME:puall Organization:puallRK:NAVL XXD9 JQLJ 56BY下载地址:http://115.com/file/clft0a0a
阅读全文

浙公网安备 33010602011771号