摘要: #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) 编辑