上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页

2017年12月13日

修改iOS返回按钮的几种方式

摘要: 第一种 UIImage *backButtonImage = [[UIImage imageNamed:@"back"] resizableImageWithCapInsets:UIEdgeInsetsMake(0, 25, 0, 0)]; [[UIBarButtonItem appearance] setBackButtonBackgroundImage:backButtonImage f... 阅读全文

posted @ 2017-12-13 15:00 高彰 阅读(5456) 评论(0) 推荐(0) 编辑

2017年12月8日

iOS 声明全局变量

摘要: @property (nonatomic ,strong)UIButton *btnVolsub;@property (nonatomic, strong) NSArray *dayArr;@property (nonatomic, strong) NSCondition *condLock;//条 阅读全文

posted @ 2017-12-08 15:05 高彰 阅读(1456) 评论(0) 推荐(0) 编辑

iOS 10.0以后蓝牙'CBCentralManagerStateUnknown' is deprecated: first deprecated in iOS 10.0 - Use CBManagerState instead这类警告

摘要: 出现这个警告,是说iOS10.0以后蓝牙的这几个方法名字换了一下而已,简单讲就是 阅读全文

posted @ 2017-12-08 09:55 高彰 阅读(4350) 评论(0) 推荐(0) 编辑

2017年12月7日

iOS pch文件配置

摘要: 援引 http://www.jianshu.com/p/202dd6a3ea8d 1/2. 创建pch文件 创建pch文件 2/2. 配置pch文件到项目 注意: * $(SRCROOT)/$(PRODUCT_NAME)/文件名.pch 例如本处为$(SRCROOT)/$(PRODUCT_NAME) 阅读全文

posted @ 2017-12-07 11:20 高彰 阅读(157) 评论(0) 推荐(0) 编辑

iOS 背景图片设置

摘要: 还有 self.view.layer.contents = (id)[UIImage imageNamed:@"你的背景图片"].CGImage; // 设置背景图片 NSImageView *imageView=[[NSImageView alloc]initWithFrame:CGRectMak 阅读全文

posted @ 2017-12-07 10:37 高彰 阅读(3706) 评论(0) 推荐(0) 编辑

2017年12月6日

iOS button label 透明色

摘要: // // ViewController.m // 7.13蓝牙 // // Created by computer on 16/7/13. // Copyright © 2016年 computer. All rights reserved. // #import "ViewController. 阅读全文

posted @ 2017-12-06 15:39 高彰 阅读(594) 评论(0) 推荐(0) 编辑

2017年11月30日

微信公众号素材

摘要: https://mp.weixin.qq.com/s/5VNOV3K_n-MKT_4gPfziXA 分享关注该微信公众号的底部设计。 阅读全文

posted @ 2017-11-30 13:43 高彰 阅读(201) 评论(0) 推荐(0) 编辑

2017年11月29日

iOS沙箱传值

摘要: [defaults removeObjectForKey:@"divicemessage"]; [defaults synchronize]; 阅读全文

posted @ 2017-11-29 17:07 高彰 阅读(241) 评论(0) 推荐(0) 编辑

2017年11月23日

世界排名(体育)

摘要: http://info.sports.sina.com.cn/rank/swimming_info.php?item=647 阅读全文

posted @ 2017-11-23 10:19 高彰 阅读(130) 评论(0) 推荐(0) 编辑

工业革命认识

摘要: 援引: 阅读全文

posted @ 2017-11-23 10:11 高彰 阅读(279) 评论(0) 推荐(0) 编辑

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 37 下一页

导航