摘要: 1. .m内容#import "XLTableView.h"#import "XLTableViewCell.h"#import "PowerPictureViewController.h"@interface XLTableView ()@property (nonatomic ,strong) ... 阅读全文
posted @ 2015-11-14 14:35 小小磊 阅读(166) 评论(0) 推荐(0)
摘要: 1.首先要遵守UIPickerViewDataSource, UIPickerViewDelegate 这两个协议2.所需要的对象@property (nonatomic ,strong) NSMutableArray *year_Array;@property (nonatomic ,strong... 阅读全文
posted @ 2015-11-14 14:30 小小磊 阅读(740) 评论(0) 推荐(0)
摘要: 1. 通过叫Point获取 CGPoint correctedPoint = [textField convertPoint:textField.bounds.origin toView:self.tableView]; NSIndexPath *indexPath = [self.table... 阅读全文
posted @ 2015-11-14 13:40 小小磊 阅读(1199) 评论(0) 推荐(0)