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总结
@IBActionfuncshowCloth(sender:AnyObject){cloth.backgroundColor=
UIColor
.blackColor()thyAnswer=3}@IBActio
saman0
·
2020-07-30 07:19
IOS - 杂七杂八
paramcolor颜色@paramallStr父串@paramsubString子串@return带颜色的父串*/-(NSMutableAttributedString*)setSubColor:(
UIColor
CDLOG
·
2020-07-30 06:25
swift初体验
/**创建对象:OC:alloc/initWithxxxSwift:(xxx:)调方法:OC:[UIColorredColor]Swift:.语法调用
UIColor
.redColor()枚举:OC:UIButtonTypeContactAddSwift
我的梦想之路
·
2020-07-30 04:28
iOS颜色转图片
-(UIImage*)imageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,80.0f,45.0f);UIGraphicsBeginImageContext
我一不小心就
·
2020-07-30 02:11
【iOS UI篇】Label描边+发光字
绘制实现描边继承Lable,重写下面方法.h文件:@property(strong,nonatomic)
UIColor
*strokeColor;@property(assign,nonatomic)CGFloatstrokeWidth
摸鸡校尉
·
2020-07-30 01:21
IOS13莫名其妙闪退,检查是否调用私有方法
这段代码会导致在iOS13上闪退,具体代码如下:[textFieldsetValue:
UIColor
.redColorforKeyPath:@"_placeholderLabel.textColor"]
代码的贝多芬的音符
·
2020-07-30 00:01
Swift最最基础控件学习
的创建//一个构造方法funccreatlabel(tittle:String,fontSize:CGFloat,textAligement:NSTextAlignment,backgroudColor:
UIColor
让代码飞
·
2020-07-29 22:20
2018-08-22 Swift set UIButton
,y:100,width:100,height:40)bt.frame=rectbt.setTitle("按钮",for:UIControlState.normal)bt.setTitleColor(
UIColor
.red
自流虎
·
2020-07-29 16:33
iOS 叠加不规则的图片
-(void)createMaskWithColor:(
UIColor
*)color{UIImageView*maskImageView=[[UIImageViewalloc]initWithFrame
小猪圣骑士
·
2020-07-29 14:36
iOS开发之-收集的不常用却实用的小方法和技巧
1、颜色转变成图片-(UIImage*)createImageWithColor:(
UIColor
*)color{CGRectrect=CGRectMake(0.0f,0.0f,1.0f,1.0f);UIGraphicsBeginImageContext
沈成才
·
2020-07-29 11:54
(按钮)上面为图片下部为文字的 按钮 控件
import@interfaceCollectView:UIView@property(nonatomic,copy)NSString*title;@property(nonatomic,strong)
UIColor
lele9096_bk
·
2020-07-29 10:32
IOS
自定义控件
有placeholder的UITextView
interfacePlaceholderTextView:UITextView@property(nonatomic,strong)NSString*placeholder;@property(nonatomic,strong)
UIColor
低吟浅唱1990
·
2020-07-29 04:53
将图片实体部分改为某个颜色
-(UIImage*)changeImage:(UIImage*)imagetoColor:(
UIColor
*)color{UIGraphicsBeginImageContextWithOptions(
ZhangYanSong
·
2020-07-28 07:37
UIButton.h
//@classUIImage,UIFont,
UIColor
,UIImageView,UILabel;typedefNS_ENUM(NSInteger,UIButtonType){UIButtonTypeCustom
ShenYj
·
2020-07-28 07:40
使用Swift的代理,闭包来封装一个公用协议减少垃圾代码
比如说,我们先声网App中为了调用接口,做简单的判断,会有如下的垃圾代码(前辈遗留下来的):overridefuncviewDidLoad(){super.viewDidLoad()varcolor=
UIColor
李卓立
·
2020-07-28 03:53
JSPatch 应用。
require('UIView')require('
UIColor
')defineClass('ViewController',{initsubviews:function(){varmyview=UIView.alloc
butterflyer
·
2020-07-27 12:15
iOS绘制image图片
首先为UIImage新建一个类别代码如下:.h文件#import@interfaceUIImage(Color)+(UIImage*)ly_imageWithColor:(
UIColor
*)color;
不简单的风度
·
2020-07-27 12:54
swift下优雅的设置颜色 ColorProvider
有好几种方式,rbg,16进制hex数值,16进制hex字符串我们可以统一一下,满足各种方式的设置定义一个ColorProvider协议,针对不同类型的颜色,给定默认实现实现之前,给大家看一下使用方式
UIColor
.dynamic
小荣袁
·
2020-07-26 22:39
OC:开发语言规范
推荐:
UIColor
*myColor=[UIColorwhiteColor];不推荐
UIColor
*myColour=[UIColorwhiteColor];二、代码组织在功能分组和协议/委托实现中,使用
春暖花已开
·
2020-07-16 15:06
iOS UI控件便利构造器 包含UILabel/UIButton等,持续更新ing
KKInitializer简介常用UI控件的便利构造方法集合现支持UILabel/UIButton/UIImage/UITextField/UITextView/
UIColor
等一般页面中包含很多小的UI
小可无敌斩
·
2020-07-16 06:38
UIImage的Category,通过
UIColor
创建UIImage
所以需要通过
UIColor
来初始化UIImage的方法extensionUIImage{convenien
彩虹兔兔
·
2020-07-16 05:37
图片UIImage方式实现渐变色
UIColor
的方法与***Assertionfailurein-[UICGColor encodeWithCoder:]的报错第三方搜狗百度等等输入法闪退的解决办法
下面就先说说我是怎么实现,首先提供一个
UIColor
的分类:.h文件如下:////UIImage+GradientColor.h//advertisingCattle////Createdby小蜜蜂on2018
小蜜蜂Bee
·
2020-07-16 05:56
iOS导航按添加搜索框
UIView*View=[[UIViewalloc]initWithFrame:CGRectMake(0,0,200,35)];
UIColor
*color=self.navigationController.navigationBar.barTintColor
字母大师
·
2020-07-16 02:52
iOS状态栏颜色修改
1.此方法是设置状态栏整个背景颜色-(void)setStatusBarBackgroundColor:(
UIColor
*)color{UIView*statusBar=[[[UIApplicationsharedApplication
薄凉_简书
·
2020-07-16 02:03
Swift的四种传值方法
Swift中常用的四种传值方法:单例,单例,闭包(相当于OC的block传值),通知1单例:1>.创建单例变量在AppDelegate.Swift中创建varbackgroundColor:
UIColor
等不来的期待
·
2020-07-16 00:29
贝塞尔曲线
UIBezierPath的属性介绍:1.CGPath:将UIBezierPath类转换成CGPath,类似于
UIColor
的CGColor2.empty:
jgj1218
·
2020-07-15 23:20
swift 颜色转为图片
///将颜色转换为图片//////-Parametercolor:
UIColor
///-Returns:UIImagefuncgetImageWithColor(color:
UIColor
)->UIImage
紫荆逸
·
2020-07-15 23:42
iOS开发中的颜色
0xffff66f0格式等等颜色纷至沓来,你是否曾不断通过第三方工具来转化格式在开发中通常用到的有两种类型的颜色RGB格式HEX格式1.1RGB格式如果是RGB格式的颜色,我们只需要使用系统的方法就可以设置颜色+(
UIColor
断剑
·
2020-07-15 22:33
iOS中导航栏的一些知识点
navigationBar.barTintColor=
UIColor
.cyan;//导航栏的前景色navigationController?.
lanmoyingsheng
·
2020-07-15 18:52
iOS 10 UINavigationBar+Awesome BUG
解决方案:-(void)lt_setBackgroundColor:(
UIColor
*)backgroundColor{if(!
shier
·
2020-07-15 15:08
iOS开发 简单海浪动画 WavesView
SimulatorScreenShot2016年3月25日上午1.54.38.pngWavesView.gifWavesView.swiftimportUIKitclassWavesView:UIView{varwaterColor:
UIColor
小黑Swift
·
2020-07-15 10:55
为视图四周添加边框
@interfaceUIView(Border)-(void)addBottomBorderWithColor:(
UIColor
*)colorandWidth:(CGFloat)borderWidth;
Adults
·
2020-07-15 02:07
iOS问题解决(二):自定义UIView不响应touchesBegan事件
下面是我在学习过程中写的一个自定义UIView:#import"BNRHypnosisView.h"@interfaceBNRHypnosisView()@property(nonatomic,strong)
UIColor
JackRo
·
2020-07-15 01:39
OC UILabel 链式设置属性
调用:_descriptionLabel.fontSCR(16).setUpTextColor(
UIColor
.whiteColor).setUpTextColorRGB(255,255,255);.h
LiYaoPeng
·
2020-07-15 01:22
ios 圆角生成
-(void)addImageWithCornerRadius:(CGFloat)radiuscolor:(
UIColor
*)color;-(void)addImageWithCornerRadius:
指尖的跳动
·
2020-07-14 23:21
在web项目中添加文本编辑器 ckeditor
项目中添加文本编辑器ckeditor1.下载文本编辑压缩包,解压到web项目中2.在jsp页面1)2)3)//改变文本编辑框在页面的显示背景CKEDITOR.replace('newsEditor',{
uiColor
shicuicui1234
·
2020-07-14 22:24
java
如何将设计给到的“#xxxxxx”16进制颜色换算成RGB颜色
NSScanner*scaner=[NSScannerscannerWithString:str];[scanersetScanLocation:1];[scanerscanHexInt:&rafa];
UIColor
飞雨2013
·
2020-07-14 20:54
UIButton或UILabel加个下划线
UIButtonObjective-CLXYHyperlinksButton.h@interfaceLXYHyperlinksButton:UIButton{
UIColor
*lineColor;}-(void
Matrix_x
·
2020-07-14 14:53
Swift—UITextView的常见用法
UITextView对象textView=UITextView(frame:CGRectMake(10.0,120.0,300.0,200.0))//背景颜色设置textView.backgroundColor=
UIColor
.grayColor
见哥哥长高了
·
2020-07-14 06:01
swift 纯代码创建view视图
UIScreen.main.bounds.size//初始化overrideinit(frame:CGRect){super.init(frame:frame)//设置背景为灰色self.backgroundColor=
UIColor
.gray
new_blash
·
2020-07-14 05:25
16 -- 设置导航栏字体
navigationBar.barTintColor=
UIColor
.redColor()letdict:NSDictionary=[NSForegroundColorAttributeName:
UIColor
.blackColor
_Nevermore
·
2020-07-14 00:16
iOS绘图框架CoreGraphics分析
的绘图框架有多种,我们平常最常用的就是UIKit,其底层是依赖CoreGraphics实现的,而且绝大多数的图形界面也都是由UIKit完成,并且UIImage、NSString、UIBezierPath、
UIColor
李华光
·
2020-07-13 21:55
iOS 之-富文本 (NSAttributedString)
我们得先明白他的属性和一些方法1.属性:NSFontAttributeName设置字体属性,默认值:字体:Helvetica(Neue)字号:12NSForegroundColorAttributeNam设置字体颜色,取值为
UIColor
_清墨
·
2020-07-13 20:24
Swift3基础语法
/*基本说明创建游乐场,可以立即看到效果创建对象:OC:allocinitSwift:XXX()调用方法OC:[UIColorredColor];Swift:
UIColor
.red枚举:OC:UIButtonTypeContactAddSwift
亲爱的大倩倩
·
2020-07-13 20:12
ios: 画虚线
ios中画虚线前面已经说过一篇画虚线的文章,这里介绍一种新的方法:其实ios中提供了一种对图片平铺的操作,所有只要我们提供虚线的一部分,就可以直接使用平铺方法:图片(比较小)
UIColor
*colorPattern
tianxiawuzhei
·
2020-07-13 14:16
IOS
UILabel修改行距,首行缩进(优化版)
lineSpacingFirstLineHeadIndent:(CGFloat)firstLineHeadIndentFontOfSize:(CGFloat)fontOfSizeTextColor:(
UIColor
Evan_W
·
2020-07-13 09:02
用Carthage创建您的第一个iOS框架(翻译)
我们将构建一个框架,暴露一个名为RGBUIColor(red:green:blue)的函数,该函数返回根据这些值创建的新
UIColor
。
xiAo__Ju
·
2020-07-13 04:31
Swift-简单的网页与原生交互
WKScriptMessageHandler{varwebView=WKWebView()overridefuncviewDidLoad(){super.viewDidLoad()self.view.backgroundColor=
UIColor
.whiteself.navigationItem.title
waytheway
·
2020-07-13 02:51
实现TableView顶部透明度渐变效果
CAGradientLayerlayer];gradient.frame=self.bounds;gradient.colors=[NSArrayarrayWithObjects:(__bridgeid)
UIColor
.clearCol
Han_Laomo
·
2020-07-13 00:59
iOS
关于iOS开发中导航栏那点事
具体实现代码如下:CGRectrect2=[[UIScreenmainScreen]bounds];CGSizesize=rect2.size;CGFloatwidth=size.width;
UIColor
若书R
·
2020-07-12 21:04
上一页
10
11
12
13
14
15
16
17
下一页
按字母分类:
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
其他