摘要: #import "ClockView.h" @interface ClockView() /** 存放的都是当前选中的按钮 */ @property (nonatomic, strong) NSMutableArray *selectBtnArray; //当前手指所在的点 @property (n 阅读全文
posted @ 2016-05-03 19:05 suifenglangzi 阅读(286) 评论(0) 推荐(0) 编辑
摘要: #import "DragerViewController.h" @interface DragerViewController () @property (nonatomic, weak) UIView *leftV; @property (nonatomic, weak) UIView *rig 阅读全文
posted @ 2016-05-03 17:08 suifenglangzi 阅读(140) 评论(0) 推荐(0) 编辑
摘要: #import "LZJContactVC-2.h" @interface LZJContactVC_2 ()<UIActionSheetDelegate,UIAlertViewDelegate> @end @implementation LZJContactVC_2 - (void)viewDid 阅读全文
posted @ 2016-05-03 13:06 suifenglangzi 阅读(113) 评论(0) 推荐(0) 编辑
摘要: //应用程序启动完毕时调用 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { NSLog(@"%s",__func__); re 阅读全文
posted @ 2016-05-03 12:44 suifenglangzi 阅读(127) 评论(0) 推荐(0) 编辑
摘要: #import <UIKit/UIKit.h> @interface LZJPageView : UIView /** 图片名数据 */ @property (nonatomic, strong) NSArray *imageNames; + (instancetype)pageView; @end 阅读全文
posted @ 2016-05-02 22:16 suifenglangzi 阅读(148) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h" @interface ViewController () <UIScrollViewDelegate> @property (weak, nonatomic) IBOutlet UIScrollView *scrollView; @propert 阅读全文
posted @ 2016-05-02 21:49 suifenglangzi 阅读(245) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; // self.tableView.allowsMultipleSelection = YES; // 告诉tableView在编辑模式下可以多选 self.tableView.allowsMultipleSele 阅读全文
posted @ 2016-05-01 21:46 suifenglangzi 阅读(154) 评论(0) 推荐(0) 编辑
摘要: // 局部刷新 NSArray *indexPaths = @[ [NSIndexPath indexPathForRow:0 inSection:0], [NSIndexPath indexPathForRow:1 inSection:0] ]; [self.tableView reloadRow 阅读全文
posted @ 2016-05-01 20:40 suifenglangzi 阅读(344) 评论(0) 推荐(0) 编辑
摘要: https://github.com/fdzsergio/SFFocusViewLayout 阅读全文
posted @ 2016-05-01 15:10 suifenglangzi 阅读(147) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 代理方法 // 得出方案:在这个方法返回之前就要计算cell的高度 - (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath { LZJS 阅读全文
posted @ 2016-04-30 16:32 suifenglangzi 阅读(180) 评论(0) 推荐(0) 编辑