12 2016 档案

iOS 悬浮可移动按钮
摘要:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. UIButton *btn = [UIButton buttonWithType:UIButtonTypeCustom]; ... 阅读全文

posted @ 2016-12-07 14:36 刘志武 阅读(537) 评论(0) 推荐(0)

iOS引导页动画(封装好)
摘要://直接上代码,在外面只要调用,传入图片数组即可. // Created by 刘志武 on 2016/12/3. // Copyright © 2016年 zhiwuLiu. All rights reserved. // #import "LaunchView.h" #define L_Base_Tag 10000 #define L_Rotate_Rate 1 #define L... 阅读全文

posted @ 2016-12-03 16:34 刘志武 阅读(945) 评论(0) 推荐(0)

导航