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
iOS 颜色拾取器 颜色选择器 UIColorPickerViewController
funccustomColorCick(){letcolorPicker=UIColorPickerViewController.init()letconfig=self.confgModelletcolor=
UIColor
.init
woo_5857
·
2023-04-21 04:03
iOS14适配
datePicer=[[UIDatePickeralloc]initWithFrame:CGRectMake(0,200,self.width,100)];datePicer.backgroundColor=[
UIColor
王家小雷
·
2023-04-20 22:22
给UIButton设置背景颜色
给UIButton设置背景颜色.h文件#import@interfaceUIButton(FillColor)-(void)setBackgroundColor:(
UIColor
*)backgroundColorforState
00after
·
2023-04-20 17:03
模仿角度环形渐变 Circle progress
效果图如下:demo.png示例mask.png思路如下:1.创建两个线性渐变.一个正一个旋转180°2.创建mask环形图层总结:找到需要递进的颜色,环绕着,像接龙一样用线性渐变实现.strokColor=
UIColor
.gray
七夜大人
·
2023-04-18 06:45
四种传值方法:单例,代理,闭包,通知
3.闭包1>在a页的视图控制器中声明一个闭包//声明闭包varclosure:((
UIColor
)->())?
彧哥哥
·
2023-04-18 00:50
iOS 修改View透明度
UIColor
*bgcolor=[UIColorblackColor];bgcolor=[bgcolorcolorWithAlphaComponent:0.1];bottomV.backgroundColor
iOS门三闫
·
2023-04-16 21:22
iOS 渐变色
UIColor
(ChangingColor).h文件//绘制渐变色颜色的方法+(UIImage*)setGradualChangingColor:(UIView*)viewfromColor:(NSString
丘名山
·
2023-04-16 17:20
常用基本框架及颜色代码
coreimage:处理图片可以实现美图秀秀的功能quartzcore:动画类绘图类corelocation:地理定位(lbalocationbasesewer)covedata:数据持久化各种颜色代码+(
UIColor
社会主义顶梁鹿
·
2023-04-14 02:01
iOS开发第三方工具类-swift版
它运用现代化flatcolor将
UIColor
扩展地非常美观。我们还可以通过它运用自定义颜色创建调色板。它还有很多功用,请浏览readme。同时支持Objective-CUIIm
leiyulingling
·
2023-04-13 19:08
iOS:tintColor详解
什么是tintColortintColor是UIView的一个属性,属性返回一个
UIColor
对象。tintColor的作用机制作用机制有两个,分别为寻找和传递。寻找也就是通过get方法获取属性的值。
康小曹
·
2023-04-13 03:28
iOS开发-使用block处理UIButton的点击事件
btn_block)(UIButton*sender);+(UIButton*)buttonWithTitle:(NSString*)titlefont:(UIFont*)fonttitleColor:(
UIColor
来者可追文过饰非
·
2023-04-11 00:39
浅谈swift动画(六)
粒子动画functest(){self.view.backgroundColor=
UIColor
.blackleticon=UIImageView()icon.image=UIImage(named:"
元宝是只小肥猫
·
2023-04-10 09:27
# UINavigation 的颜色设置,引起的吸顶效果的问题
不要设置它,我们设置navigation的颜色会很容易//设置一个渐变颜色的navigationBar-(void)setNavigationBarBackgroundAlpha:(float)alpha{
UIColor
开了那么
·
2023-04-10 05:05
iOS适配深色DarkMode模式
SystemColorsApple为了适配深色模式对UIKit中的
UIColor
进行了重新定义,例如将.red,.blue和.yellow定义为.systemRed
MambaYong
·
2023-04-08 13:37
SDWebImage报'
UIColor
+HexString.h' file not found
原因:和iosMath库文件冲突https://github.com/SDWebImage/SDWebImage/pull/2833
不慌_
·
2023-04-08 06:08
iOS适配13暗黑(深色)模式
如何适配:我是在项目中给
UIColor
写了一个扩展如图:image.png上图就是动态更改颜色的方法,hightColor是你传入的正常的色值,darkC
NSLog_57c2
·
2023-04-08 02:20
FluentDarkModeKit-微软的暗黑模式适配框架
使用基本用法UIColorSwiftextensionUIColor{init(_:DMNamespace,light:
UIColor
,dark:
UIColor
)}letcolor=
UIColor
(.dm
fuyoufang
·
2023-04-06 01:06
iOS-爱奇艺、以及QQ下拉和QQ邮箱的下拉加载动画
思路有了之后呢,我们来写代码:
UIColor
*color=[UIColorcolorWithRed:64/255.fgreen:
好治愈
·
2023-04-05 19:39
[iOS] 绘制纯色图片
+(UIImage*)createImageWithColor:(
UIColor
*)colorframe:(CGRect)rect{UIGraphicsBeginImageContext(rect.size
世上无南西
·
2023-04-04 16:32
iOS 环形进度
assign)CGFloatradius;//环半径@property(nonatomic,assign)CGFloatlineWidth;//环的宽度@property(nonatomic,strong)
UIColor
CaptainRoy
·
2023-04-03 14:58
iOS之文本中所有指定关键字改变颜色
NSAttributedString*)matchingWithKeyword:(NSString*)keywordinResultString:(NSString*)resultStingcolor:(
UIColor
zwing
·
2023-04-02 19:11
swift-解决navigationcontroller底部线条隐藏以及修改系统UIBarbuttonItem颜色问题
extensionUINavigationController{funcsetSystemNavigationBarStyle(){self.navigationBar.setBackgroundImage(UIImage.imageWithColor(
UIColor
.white
best_su
·
2023-04-02 12:28
iOS15适配相关
选中状态颜色appearance.stackedLayoutAppearance.selected.titleTextAttributes=@{NSForegroundColorAttributeName:[
UIColor
吴斌
·
2023-04-01 22:07
Swfit:控件属性备注
设置文字visitorButton.setTitle("注册",forState:UIControlState.Normal)设置字体颜色visitorButton.setTitleColor(
UIColor
.darkGrayColor
阿里懒
·
2023-03-31 15:38
iOS 实现文字渐变的三种方法
使用xxx.textColor=
UIColor
.init(patternImage:UIImage(named:"MyColor_Gradient")!)
Eyes_cc
·
2023-03-30 01:03
iOS 颜色
UIColor
& Hex互转,用我就够了
@implementationUIColor(HEX)+(
UIColor
*)colorWithHexString:(NSString*)stringToConvert{if(stringToConvert.length
LV大树
·
2023-03-29 08:15
修改UITextField的Placeholder字体的颜色
textField.attributedPlaceholder=NSAttributedString(string:"*请输入手机号码",attributes:[NSAttributedString.Key.foregroundColor:
UIColor
.white
ZONG丶
·
2023-03-28 12:10
iOS获取当前是深色还是浅色模式
UIUserInterfaceStylestyle=UITraitCollection.currentTraitCollection.userInterfaceStyle;根据模式设置颜色
UIColor
ONE2
·
2023-03-28 03:22
IOS - UIView绘制流程 (displayLayer)(记录篇)
UIView绘制流程图@interfacePWView:UIView@property(nonatomic,strong)NSString*text;@property(nonatomic,strong)
UIColor
Th丶小伟
·
2023-03-27 21:33
项目约定
3:import尽量在.m4:delegate协议声明尽量在.me.gconfig第三方库配置[[UIApplicationsharedAnimated]configTABAnimated];颜色1:
UIColor
咩咩咩哦
·
2023-03-27 16:49
iOS 通过标题生成圆形图标
createIconWithTitle:(NSString*)title{intred=arc4random()%255+1;intgreen=arc4random()%255+1;intblue=arc4random()%255+1;
UIColor
ADreamClusive
·
2023-03-26 19:08
使用CAGradientLayer 简单做一个扫描动画
直接上代码overridefuncviewDidLoad(){super.viewDidLoad()view.backgroundColor=
UIColor
.white//Doanyadditionalsetupafterloadingtheview.tempView
若幹年後
·
2023-03-26 10:53
颜色渐变
publicclassfuncgradientColor(_startPoint:CGPoint,endPoint:CGPoint,frame:CGRect,colors:[
UIColor
])->
UIColor
AlanGit
·
2023-03-25 20:51
iOS15适配以及黑夜模式遇到的问题
代码如下:extensionUIColor{classfuncgetColor(_light:
UIColor
,_dark:
UIColor
)->
UIColor
{returnUIColor{(t
码龄六年
·
2023-03-25 13:00
swift-tableView
staticletcellId="cellIdl"overridefuncviewDidLoad(){super.viewDidLoad()view.backgroundColor=
UIColor
.whitetableView
雷霆嘎巴嘎嘎
·
2023-03-25 10:25
UILabel & UITextFiled &UIButton & UIImageView
@property(null_resettable,nonatomic,strong)UIFont*font;字体@property(null_resettable,nonatomic,strong)
UIColor
董立权
·
2023-03-25 02:01
swift 画虚线-横线、竖线
水平方向与垂直方向先看下效果图绘制虚线1.水平方向在UIView扩展里面,添加一个绘制方法extensionUIView{//MARK:-绘制虚线funcdrawDashLine(strokeColor:
UIColor
执念12o3
·
2023-03-24 12:38
iOS13 暗夜模式
1:背景颜色适配+(
UIColor
*)colorWithLight:(
UIColor
*)lightColorDark:(
UIColor
*)darkColor{if(@available(iOS13.0,
Clark_new
·
2023-03-24 05:17
iOS字符串颜色值转换成颜色
/**16进制颜色转换为
UIColor
@paramhexColor16进制字符串(可以以0x开头,可以以#开头,也可以就是6位的16进制)@paramopacity透明度@return16进制字符串对应的颜色
LWide
·
2023-03-24 02:04
Swift抽取基类
,fontSize:CGFloat,weight:UIFont.Weight,color:
UIColor
,align:NSTextAlignment){self.text=textself.font=UIFont.systemFont
wu890608
·
2023-03-23 21:53
view添加阴影无效
问题:按照标准的代码添加阴影,然并卵:代码如下://添加阴影publicfuncsetShadow(view:UIView,width:CGFloat,bColor:
UIColor
,sColor:
UIColor
阿拉斯加的狗
·
2023-03-22 09:20
iOS 暗黑模式的适配
@property(class,nonatomic,readonly)
UIColor
*label
不负时光_
·
2023-03-21 21:06
iOS storyboard/xib的rgb颜色和代码设置颜色不一样
storyboard/xib中设置颜色:xib中rgb.png代码中用
UIColor
的类方法设置颜色+(
UIColor
*)colorWithRed:(CGFloat)redgreen:(CGFloat)
Jessica124
·
2023-03-21 16:04
杂章
0privatelazyvar:UIButton={letbutton=UIButton(type:.custom)button.layer.cornerRadius=20button.layer.shadowColor=
UIColor
.black.cgColorbutton.layer.shadowRadius
Scott丶Wang
·
2023-03-21 10:21
动态下划线和字体动态缩放
///增加动态下划线funcaddDynamicLine(baseView:UIView,lineAdd:UIView,lineColor:
UIColor
){baseView.addSubview(lineAdd
CimonsLee
·
2023-03-21 08:52
swift5 - cell 复用问题
解决方案:在复用前重置需要特殊设定的cell//在自定义cell文件中overridefuncprepareForReuse(){//重置cell的样式backgroundColor=
UIColor
.init
promise96319
·
2023-03-19 10:51
iOS 富文本类型
NSFontAttributeName设置字体属性,默认值:字体:Helvetica(Neue)字号:12NSForegroundColorAttributeNam设置字体颜色,取值为
UIColor
对象
_蓝星
·
2023-03-18 11:00
iOS暗黑模式适配
二:在Assets中新建颜色:创建颜色进行设置:设置颜色左边是正常模式的颜色、右边是暗黑模式下三:举例使用collectionView.backgroundColor=
UIColor
.init(named
Turboks
·
2023-03-18 11:39
UILable的封装
paramfont字体大小@returnlabel*/+(instancetype)createLabelWithFrame:(CGRect)frametext:(NSString*)texttitleColor:(
UIColor
1糖果1加醋
·
2023-03-18 03:50
iOS App页面置灰
文章目录方法一:分别将图片和文字置灰UIImage转成灰度图
UIColor
转成灰度颜色方法二:给App整体添加灰色滤镜方法三:给App整体添加灰色滤镜(私有API)参考App页面置灰,本质是将彩色图像转换为灰度图像
缤纷冷泪
·
2023-03-17 13:05
ios
ios
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他