随笔分类 -  Apple

摘要:这个是基于IOS5.0的ImagePicker,所以都没有release,大家适当加上去吧~先上效果图:小牺牲一下我小侄吧...#import <UIKit/UIKit.h> @interface DemoViewController : UIViewController<UIImagePickerControllerDelegate,UINavigationControllerDelegate,UIActionSheetDelegate> @property (weak, nonatomic) IBOutlet UIImageView *selectedImage; 阅读全文
posted @ 2012-04-10 23:39 el. 阅读(881) 评论(0) 推荐(0)
摘要:这个是使用一个切片,使其填充到整个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... 阅读全文
posted @ 2011-12-07 13:04 el. 阅读(519) 评论(0) 推荐(0)
摘要://修改删除按钮的文字 -(NSString *)tableView:(UITableView *)tableView titleForDeleteConfirmationButtonForRowAtIndexPath:(NSIndexPath *)indexPath { return @"删除"; } 阅读全文
posted @ 2011-12-05 10:42 el. 阅读(907) 评论(0) 推荐(0)
摘要:不解释,直接上代码 NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; NSString *name = [infoDictionary objectForKey:@"CFBundleDisplayName"]; NSString *version = [infoDictionary objectForKey:@"CFBundleShortVersionString"]; NSString *build = [infoDictionary objectForKey: 阅读全文
posted @ 2011-11-29 15:42 el. 阅读(2929) 评论(0) 推荐(0)
摘要:NAME:puall Organization:puallRK:NAVL XXD9 JQLJ 56BY下载地址:http://115.com/file/clft0a0a 阅读全文
posted @ 2011-11-26 11:57 el. 阅读(228) 评论(0) 推荐(0)