E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
UIColor
swift 修改tabbar阴影,还有去掉导航栏和tabbar黑线
self.tabBar.bounds)self.tabBar.layer.shadowPath=pathpath.closeSubpath()self.tabBar.layer.shadowColor=
UIColor
.white.cgColorself.tabBar.layer.s
ray_1942
·
2021-04-17 23:30
iOS NSAttributedString字符属性
NSAttributedString各个属性进行列举:1、NSFontAttributeName设置字号属性,默认值122、NSForegroundColorAttributeNam设置字体颜色,取值为
UIColor
th先生
·
2021-04-14 09:54
UILabel的背景颜色错位问题
比如setBackgroundColor:UIImage*image=[UIImageimageNamed:@"image"];
UIColor
*color=[UIColorcolorWithPatternImage
anjohnlv
·
2021-04-14 03:26
自定义短信验证码。
interfaceYXInputCodeView:UIView@property(nonatomic,strong)UIFont*codeFont;@property(nonatomic,strong)
UIColor
清水_yuxin
·
2021-04-13 08:49
swift 修改系统tabbar
tabBar.tintColor=
UIColor
(r:70,g:89,b:255)tabBarItem.imageInsets=UIEdgeInsets(top:-8,left:0,bottom:3,right
鹏飞说
·
2021-04-13 01:52
IOS 一个将颜色转化为UIImage的函数
-(UIImage*)imageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0,0,1,1);UIGraphicsBeginImageContextWithOptions
0诛仙0
·
2021-03-11 22:08
Swift4 字符串
字符串截取swift3publicextensionUIColor{publicclassfunccolorWithString(hex:String)->
UIColor
{varcString=hex.trimmingCharacters
小笨憨
·
2021-03-11 13:46
记录学习--自定义提醒框(OC)
AlertResult)(NSIntegerindex);@interfacecustomAlertView:UIView/**确定按钮背景色*/@property(strong,nonatomic)
UIColor
乂滥好人
·
2021-03-11 06:31
iOS13 tabbar shadowImage 设置失效 _UIBarBackgroundShadowContentImageView
if#available(iOS13.0,*){letappearance=self.standardAppearance.copy()appearance.backgroundImage=
UIColor
.clear.toImage
lym不解释
·
2021-02-05 15:56
自定义分栏view实例
_topSegmenteView){_topSegmenteView=[[UIViewalloc]init];_topSegmenteView.backgroundColor=
UIColor
.whiteColor
kai_strong
·
2020-12-29 10:04
Swift:UIImage+Extension
JKSwiftExtension,测试用例在UIImageExtensionViewController.swift里面目录:1、基本的扩展2、
UIColor
生成的图片和生成渐变色图片3、图片的拉伸和缩放
IIronMan
·
2020-11-16 22:15
2020-11-05 SwiftUI + widget
相关地址苹果官方swiftUI教程:https://developer.apple.com/tutorials/swiftui/creating-and-combining-views2.设置随机颜色Color(
UIColor
.init
繁华落尽2018
·
2020-11-14 18:44
swift5.3
UIColor
使用十六进制颜色的方法实例
本文环境Xcode12Swift5.3iOS13UI给出的颜色往往都是十六进制的,如#1a1a1a等,但是我们在iOS中是不能直接使用的,查询了一些代码,发现比较老旧,这里给出一个改进版本使用Extension扩展新建一个swift文件比如我的string.swift,复制以下代码////String.swift//bestWhiteNoise////Createdby袁超on2020/10/10
·
2020-11-13 10:09
Swift 绘制环形图
importUIKitclassLzRingChart:UIView{///中间半径varinnerRadius:CGFloat=50///环形个数varringCount:Int=3///默认环形颜色varringBgColor:
UIColor
微笑中的你
·
2020-10-23 14:29
iOS 需要使用却不常用的知识点
一、iPhoneSize屏幕快照2016-07-01上午9.47.24.png二、给navigationBar设置title颜色
UIColor
*yellowColor=[UIColoryellowColor
Joker_King
·
2020-10-11 15:40
iOS双波浪动画解析
场景需求分析,如图1.自定义View2.利用CADisplayLink定时器,每秒60次刷新界面3.在View里面drawRect方法里,不停地绘制1.需要用到的变量@interfaceWaterView(){
UIColor
船长_
·
2020-10-11 11:34
oc文字的属性
可以设置的属性如下://NSFontAttributeName设置字体属性,默认值:字体:Helvetica(Neue)字号:12//NSForegroundColorAttributeNam设置字体颜色,取值为
UIColor
child_cool
·
2020-10-11 02:50
iOS: 颜色相关
ffff,什么的+(
UIColor
*)colorWithHexString:(NSString*)color{NSString*cString=[[colorstringByTrimmingCharactersInSet
FlyTheKite
·
2020-10-10 13:54
swift 颜色渐变
CoreGraphics这里就说下CAGradientLayer,这是最简单的.vargradientLayer=CAGradientLayer()//几个颜色gradientLayer.colors=[
UIColor
.hexadecimalColor
李某lkb
·
2020-10-10 08:40
获取color的RGB值
本文运用进行时,为
UIColor
的分类添加属性,通过这些属性来获取任意颜色的RGB值。
逗憨de逗
·
2020-10-10 04:48
swift UI篇
UILabel.init(frame:CGRectMake(10,10,400,600))//添加到界面self.view.addSubview(label)//设置颜色label.backgroundColor=
UIColor
.gree
S_xiajinghan
·
2020-09-17 08:51
iOS
开发
Swift最基础
ios 对于修改navigationItem的颜色和系统自带的navigationItem的rightBarButtonItem的颜色的问题
UINavigationController然后对navigationBar上tittle修改只需要带代码中添加如下代码即可://修改navigationItem的颜色self.navigationItem.title=@"旺旺";
UIColor
S_xiajinghan
·
2020-09-17 08:50
iOS
开发
swift修改UITextfield的Placeholder字体大小和颜色
textField.setValue(UIFont.systemFont(ofSize:15),forKeyPath:"_placeholderLabel.font")//字体颜色textField.setValue(
UIColor
.red
ZE_WU
·
2020-09-17 06:22
iOS
UIColor
:RGB和HSV互相转换
UIColor
:RGB和HSV互相转换关于颜色的种种属性,一直感觉挺神秘,不曾花时间来研究,今天揭开神秘面纱的一角。
零点零一
·
2020-09-16 21:56
[iOS]开发技术
UIColor
RGB颜色对照表
色彩RGB值对照表colorredgreenblueHexadecimaltripletexampleAliceblue240248255f0f8ffAntiquewhite250235215faebd7Aqua025525500ffffAquamarine1272552127fffd4Azure240255255f0ffffBeige245245220f5f5dcBisque255228196f
孙启超
·
2020-09-16 06:03
IOS开发
iOS 百分比圆环曲线swift4.0实现
CAShapeLayer.init()///背景白色细曲线letprogressLayer=CAShapeLayer.init()///进度真是数值曲线varendVale=0.00varprogressColor=
UIColor
.white.cgColorvarbackColor
weixin_34122810
·
2020-09-14 23:59
iOS App 瘦身法之图片
1、纯色图颜色不同用一张图瘦身代码-(UIImage*)imageColorDraw:(
UIColor
*)color{CGSizesize=self.size;CGFloatscale=[OSConfigServicesharedInstance
jxncwzb
·
2020-09-14 19:09
objective-c
解决UIImageView的tintColor无效的问题
UIImageRenderingModeAlwaysTemplate];UIImageView*imgView=[[UIImageViewalloc]initWithImage:img];imgView.tintColor=[
UIColor
AimeeNing
·
2020-09-13 08:50
开发
从0开始弄一个面向OC数据库(五)--多线程安全
我们实现了数据库的增删查改,并支持多种类型数据存储,如:所有基本数据类型,NSArray,NSMutableArray,NSDictionary,NSMutableDictionary,UIImage,NSURL,
UIColor
weixin_33686714
·
2020-09-13 06:42
开关、进度条、活动控件、滑块控件
一、UISwitch开关设置开关开启状态时的颜色@property(nonatomic,retain)
UIColor
*onTintColor;设置开关风格颜色@property(nonatomic,retain
前进的火车
·
2020-09-13 06:01
ios_oc
swift 设置导航栏(基础篇)
navigationBar.barTintColor=
UIColor
.red/***设置导航栏title***///self.title="网易新闻"navigationController?.
诺离〆
·
2020-09-12 17:29
swift
Swift开发教程--如何去掉UITableViewController黑色线条
self.tableView.separatorStyle=UITableViewCellSeparatorStyle.SingleLine;self.tableView.separatorColor=
UIColor
.clearColor
wanglixin1999
·
2020-09-12 17:58
IOS
ARKit 如何给SCNNode贴Gif图片
首先介绍下SCNMaterial,它是SCNNode的材质属性,可以通过它给Node添加各种皮肤材质,根据官方文档,SCNMaterial的contents可以用
UIColor
、UIImage、CALayer
weixin_34409741
·
2020-09-12 14:29
ui
iOS 小知识-设置UISwitch的颜色
效果图如下lazyvarmySwitch:UIView={letsw=UISwitch.init()sw.onTintColor=
UIColor
.redreturnsw;}()lazyvarmySwitch2
泰山毒霸
·
2020-09-12 07:16
iOS
iOS 小知识-添加shadow(阴影)
普通添加letlayer=view.layerlayer.shadowColor=
UIColor
.black.cgColor//阴影颜色layer.shadowOffset=CGSize(width:10
泰山毒霸
·
2020-09-12 07:45
iOS xib或storyborad中给UI控件设置边框颜色
UserDefinedRuntimeAttributes中设置此四个选项;运行程序.可以发现,圆角是成功出现了,但是变宽颜色没有出现.这是因为我们设置的layer颜色是CGColor,我们设置的颜色是
UIColor
weixin_33701251
·
2020-09-12 01:35
IOS初学-简单的手势操作(单点,双击,长按)
functest8(){ letview1=UIView(frame:CGRect(x:50,y:150,width:200,height:50)); view1.backgroundColor=
UIColor
.brown
生活PPT_亮子
·
2020-09-11 15:58
IOS学习笔记
iOS 项目总结- 几个常用的分类
1.给
UIColor
加的随机颜色的分类,randomcolor方便项目调试时使用。
myfei2
·
2020-09-11 12:17
iOS技术总结
【iOS开发】设置TabBarItem上文字跟图片一样的颜色
开发中我们可能会遇到需要把文字的颜色设置为某张图片的颜色,例如在tabbaritem上的图片跟文字可能需要同样的颜色,这个时候我们可以使用如下方法1.mac自带的数码测色计,测出图片的三原色值,然后除以255.0,作为下边方法的参数值+(
UIColor
PaulGeLi
·
2020-09-11 01:41
iOS开发-UI控件
IOS(swift)中用代码创建UI界面
varnextY=80varlabels=[UILabel]()overridefuncviewDidLoad(){super.viewDidLoad()self.view.backgroundColor=
UIColor
.whiteColor
Android-松树
·
2020-09-11 00:00
iOS
ios UILabel文字描边
可以达到文字描一圈白边的效果继承UILabel以后重载drawTextInRect-(void)drawTextInRect:(CGRect)rect{CGSizeshadowOffset=self.shadowOffset;
UIColor
SampooWoo
·
2020-09-10 11:07
iOS开发
ios
c
Swift struct + protocol 优雅的扩展方式
前言很多时候,系统库以及一些第三方库,调用起来太麻烦,比如给一个View设置阴影,需要写几行代码:view.layer.shadowColor=
UIColor
.red.cgcolorview.layer.shadowOffset
小点草
·
2020-09-10 09:13
swift--RGB转HSV、HSB和HSL
HSB和HSV算法一致,HSL稍有区别转换公式参考CSDN博主「Sunshine_in_Moon」的原创文章RGB转到HSV和HSL公式代码注意:ios中
UIColor
初始化只接受HSB,该方法返回的hue
antu58
·
2020-08-26 23:30
实用方法
Swift UILabel高度自适应 (UILabel高度和宽度随文本的字数动态适应时,UILabel上下部分会留白无法填充满的问题解决方案)
在项目中使用UILabel时通常需要实现高度自适应,方法就是先计算文本字体的数目然后去计算需要的高度:方法如下:letlabel=UILabel()label.backgroundColor=
UIColor
.graylabel.text
星光uoin
·
2020-08-26 23:50
IT
iOS
swift
自定义UI
swift 关于背景图片的拉伸与平铺
View中没有backgroundImage这个属性,这时候我们可以通过backgroundColor这个属性来添加背景图,具体方法如下:例如:reusableViews.backgroundColor=
UIColor
星光uoin
·
2020-08-26 23:16
IT
swift
iOS
iOS 绘制五角星(评分)
drawRecct方法,通过drawRect方法重新绘制view代码如下overridefuncdraw(_rect:CGRect){super.draw(rect)self.backgroundColor=
UIColor
.cle
cocoawork丶
·
2020-08-26 14:57
CALayer常用属性整理
代码块funcsetUpLayer(){//背景颜色l.backgroundColor=
UIColor
.blueColor().C
破落贵族
·
2020-08-26 11:46
CoreAnimation
可选型
=90errorCode=0errorCode=nil//只有是可选类型,才可以赋值nilvarcolor:
UIColor
?=nil//可选型的解包Umwrap---在可选型的后面加!
心底碎片
·
2020-08-26 09:39
iOS实战【小微信】之PopMenu
PopMenu来试下如下效果:image.png首先建立items并把items导入Menu中:letitems=[MenuItem(title:"客服",iconName:nil,glowColor:
UIColor
.redColor
xiongsirui
·
2020-08-25 17:39
UIColor
间的过渡算法
示例图代码-(
UIColor
*)transformFromColor:(
UIColor
*)fromColortoColor:(
UIColor
*)toColorprogress:(CGFloat)progress
孟宪亮
·
2020-08-25 16:04
iOS
开发笔记
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他