随笔分类 -  UI设计

用alt+数字组合键打出一些特殊符号
摘要:alt+34147=卌alt+34148=卍alt+34149=卐alt+41420=√alt+41424=⌒alt+41441=♂alt+41442=♀alt+41457=●alt+41458=◎alt+41459=◇alt+41460=◆alt+42664=Θalt+42965=дalt+430 阅读全文

posted @ 2020-04-07 14:39 高彰 阅读(4030) 评论(0) 推荐(0) 编辑

iOS 上架小问题Alpha通道
摘要:https://blog.csdn.net/qq_28142539/article/details/51127560 阅读全文

posted @ 2018-04-27 11:41 高彰 阅读(129) 评论(0) 推荐(0) 编辑

iOS Slider使用
摘要:@property (nonatomic,strong)UISlider *VolSlider; _VolSlider=[[UISlider alloc]initWithFrame:CGRectMake(fDeviceWidth/4,fDeviceHeight*3/4-64,fDeviceWidth/2,30)]; _VolSlider.minimumValue=0.0; ... 阅读全文

posted @ 2018-01-16 10:56 高彰 阅读(1188) 评论(0) 推荐(0) 编辑

2018~2023常用网站 图片处理
摘要:在线PS:https://www.photopea.com/ 图片处理: http://icon.wuruihong.com/icon/iZduKVew#/ios 图标工厂 ios图标:https://appicon.co/#app-icon ios启动图:https://www.onlinedo. 阅读全文

posted @ 2018-01-04 18:10 高彰 阅读(269) 评论(0) 推荐(0) 编辑

适配
摘要:1.改变600宽高值;2.能调出自动布局控件 高手手段:直接取当前屏幕的宽高!!! titlesView.width=[UIScreen mainScreen].bounds.size.width; titlesView.height=[UIScreen mainScreen].bounds.siz 阅读全文

posted @ 2017-09-27 14:53 高彰 阅读(295) 评论(0) 推荐(0) 编辑

width,height为多少px时,A4纸打印时刚好一页?(转载)
摘要:A4纸的尺寸是210mm×297mm。 分辨率是72像素/英寸时,A4纸的尺寸的图像的像素是595×842(推荐用这个大小比例)。 分辨率是150像素/英寸时,A4纸的尺寸的图像的像素是1240×1754。 分辨率是300像素/英寸时,A4纸的尺寸的图像的像素是2479×3508。 源自:http: 阅读全文

posted @ 2017-07-20 09:35 高彰 阅读(1754) 评论(0) 推荐(0) 编辑

[Graphics] UIColor created with component values far outside the expected range, Set a breakpoint on UIColorBreakForOutOfRangeColorComponents to debug. This message will only be logged once.
摘要:用了别人的代码,一直总有一个报错,一开始没注意,最近项目快完期了,得处理下警告之类的东西, 后面发现之前那个大神代码是这样写的 援引:http://www.cnblogs.com/songxing10000/p/6297542.html 阅读全文

posted @ 2017-02-27 11:41 高彰 阅读(788) 评论(0) 推荐(0) 编辑

iOS macOS背景色 圆切角 边框色
摘要:UIColor *color1=[UIColor colorWithRed:155/255 green:255/255 blue:255/255 alpha:1];//方法1,使用 静态方法创建color _view1.backgroundColor=color1; UIColor *color2= 阅读全文

posted @ 2017-02-21 16:03 高彰 阅读(334) 评论(0) 推荐(0) 编辑

Storyboard中segue(转场)使用
摘要:源引:http://www.2cto.com/kf/201210/161737.html 一、视图切换类型介绍在storyboard中,segue有几种不同的类型,在iphone和ipad的开发中,segue的类型是不同的。在iphone中,segue有:push,modal,和custom三种不同 阅读全文

posted @ 2016-12-05 09:44 高彰 阅读(203) 评论(0) 推荐(0) 编辑

xcode 顶部工具栏消失出现
摘要:选中顶部工具栏单击右键选中show toolbar。 阅读全文

posted @ 2016-09-14 09:27 高彰 阅读(940) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示