05 2015 档案

摘要:NSDateFormatter *dateFormtter=[[NSDateFormatter alloc] init]; [dateFormtter setDateFormat:@"yyyy-MM-dd"]; NSString *dateString=[dateFormtter string... 阅读全文
posted @ 2015-05-27 16:18 罕见 阅读(132) 评论(0) 推荐(0)
摘要:NSString *urlPath = [[NSBundle mainBundle] pathForResource:@"" ofType:@""];NSURL *url = [NSURL fileURLWithPath:urlPath];self.player = [[AVAudioPlayer ... 阅读全文
posted @ 2015-05-25 15:18 罕见 阅读(148) 评论(0) 推荐(0)
摘要:[_postNewTopicBtn.imageView.layer setCornerRadius:20];[_postNewTopicBtn.imageView.layer setMasksToBounds:YES]; 阅读全文
posted @ 2015-05-21 18:11 罕见 阅读(144) 评论(0) 推荐(0)
摘要:- (id)readViewControllerFromStoryBoardWithIdentifier:(NSString *)identifier{ return [[UIStoryboard storyboardWithName:@"ELVStoryBoard" bundle:nil] in... 阅读全文
posted @ 2015-05-15 17:37 罕见 阅读(405) 评论(0) 推荐(0)