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
UIImageVie
view的边框线(border)默认显示在最上面的坑
self.layer.borderColor=borderColor.CGColor;self.layer.backgroundColor=backColor.CGColor;self.layer.cornerRadius=5;
UIImageVie
黄_龙
·
2023-11-05 11:51
ios 图片的解压缩
平时我们的使用
UIImageVie
孙优秀丶Unique
·
2023-03-16 15:40
纯代码实现自定义tableViewCell的步骤
把要显示的控件添加为这个类的成员属性#import@interfaceLCHShopRecommendCell:UITableViewCell//cell要显示的图片@property(nonatomic,strong)
UIImageVie
figure_ai
·
2022-02-20 04:50
UIButton上文字和图片位置多种样式
NSString*)titletag:(int)tag{UIButton*btn=[UIButtonbuttonWithType:UIButtonTypeCustom];btn.frame=frame;
UIImageVie
i张无张
·
2021-06-14 22:11
【转】iOS形变之CGAffineTransform
其坐标系统采用的是二维坐标系,即向右为x轴正方向,向下为y轴正方向在UIView中有一个transform属性便是专门用来控制形变的,其使用方法如下样例素材在介绍UIView形变的过程中,我们会使用一个
UIImageVie
棒棒德
·
2021-06-10 03:54
关于iOS的手势
创建一个UIImage//通过文件名直接进行创建//UIImage*image=[UIImageimageNamed:@"Curry.png"];////UIImageView*imageView=[[
UIImageVie
Sniper_Zheng
·
2021-05-03 11:43
maskView使用进阶(配合CAGradientLayer,CAShapeLayer使用)
basebackgroundmaskmask1//上述素材按照顺序分别是‘base’,'background',''mask','mask1';self.view.backgroundColor=[UIColorwhiteColor];
UIImageVie
hello_Ian
·
2021-05-03 09:38
修改UITableView背景图片
上网查后发现,改变tableview的背景图片的方法是在tableview的下面加个UIImageView,把要添加的背景图片加到
UIImageVie
terrytan18
·
2020-09-17 07:39
ios
initialization
swift3.0 协议实现点击imageView放大缩小功能
@IBOutletweakvarspace2ImageView:
UIImageVie
FaiChou
·
2020-08-19 10:28
iOS-带图片的二维码的生成(QRCode)
definescreenH[UIScreenmainScreen].bounds.size.height@interfaceViewController()@property(nonatomic,strong)
UIImageVie
弯弯的小溪
·
2020-08-17 21:20
IOS开发-从网络获取图片并显示
letimgView:UIImageView=
UIImageVie
白鼠闹东京
·
2020-08-01 00:05
IOS
ios base64图片转成uiimage
NSData*data=[NSDatadataWithContentsOfURL:url];UIImage*image=[UIImageimageWithData:data];returnimage;}
UIImageVie
jfzhang
·
2020-07-15 02:40
Cell中添加图片放大与缩小,长按保存等功能
其实在这里我主要用到了scrollView、
uIimagevie
锦箫_1
·
2020-06-24 13:00
关于自定义UITabbar的一些技巧和具体实现方法
github链接/*原理*/创建一个
UIImageVie
一帆_iOS程序员
·
2020-06-21 15:31
MVC
layoutSubviews)增加模型属性,在模型属性的set方法中设置数据到子控件上-(UIImageView*)iconView{if(_iconView==nil){UIImageView*iconView=[[
UIImageVie
挖掘机
·
2020-03-30 14:30
iOS - 自定义动画版下拉刷新 MJRefresh
MJRefreshHeader1)MSUDIYHeader.h中代码#import@interfaceMSUDIYHeader:MJRefreshHeader@property(nonatomic,strong)
UIImageVie
Mn_Su
·
2020-03-29 03:19
2018-05-03
UILabel*la;-(instancetype)initWithFrame:(CGRect)frame{self=[superinitWithFrame:frame];if(self){self.img=[[
UIImageVie
颜值低峰期
·
2020-03-25 12:55
SDWebImage *底层探究 (一)
来支持网络图片的加载与缓存管理一个异步的图片加载器一个异步的内存+磁盘图片缓存支持GIF支持WebP后台图片解压缩处理确保同一个URL的图片不被多次下载确保虚假的URL不会被反复加载确保下载及缓存时,主线程不被阻塞使用GCD与ARC支持Arm64
UIImageVie
by小杰
·
2020-03-12 09:32
iOS动画--来回切换俩张图片产生动态效果
(可以实现暂停和播放)//初始化
UIImageVie
云淡风轻的成长
·
2020-02-29 14:03
[iOS开发]UIVisualEffectView实现高斯模糊效果(stroyboar和纯代码)
这个可以把这个对象看作是效果的一个容器,实际的效果会影响到该视图对象底下的内容,或者是添加到该视图对象的contentView中内容.一.纯代码实现:在当前视图控制器上添加了一个
UIImageVie
codeTao
·
2020-01-07 21:54
programming iOS - view drawing (一)
您可以在`UIView`子类,例如一个
UIImageVie
或一个UIButton中显示在你的图像。一个纯粹的UIView有关于绘画的一切,绘图很大程度上取决于你;你的代码决定view画什么,你
shenzhenboy
·
2020-01-05 05:33
SnapKit 约束 实例
lazyvartopScaleImgView:UIImageView={letimg=
UIImageVie
iOS_成才录
·
2020-01-03 17:20
iOS开发之 - 毛玻璃&模糊视图&滤镜
原图原图毛玻璃效果毛玻璃效果代码如下:#import"ViewController.h"#import@interfaceViewController()@property(nonatomic,strong)
UIImageVie
Q以梦为马
·
2019-12-31 20:17
图片在UIImageView上呈现的效果
就可以得到很多想要的效果了searchIcon.contentModetypedefNS_ENUM(NSInteger,UIViewContentMode){UIViewContentModeScaleToFill,//根据
UIImageVie
LearningCoding
·
2019-12-20 18:17
Masonry实现的滑块
import"LockControl.h"#import"Masonry.h"@implementationLockControl{UIImageView*lockView;UIImageView*trackView;
UIImageVie
raingu24
·
2017-08-28 12:36
Masonry实现的滑块
import"LockControl.h"#import"Masonry.h"@implementationLockControl{UIImageView*lockView;UIImageView*trackView;
UIImageVie
raingu24
·
2017-08-28 12:36
SDWebImage 解析笔记
主要逻辑为:查看缓存,如果缓存中存在图片就返回图片并且更新
UIImageVie
林大鹏天地
·
2016-12-19 21:42
iOS 下拉放大头像效果
我用的是tableView来展示的,同学们可以根据自己的需求完善,先粘上效果图,效果就是在拖动tableView的时候,头像会下拉放大,(1)拿到头像@property(nonatomic,retain)
UIImageVie
sw_gegewu
·
2016-05-10 11:00
ios
下拉放大头像
iOS形变之CGAffineTransform
其坐标系统采用的是二维坐标系,即向右为x轴正方向,向下为y轴正方向在UIView中有一个transform属性便是专门用来控制形变的,其使用方法如下样例素材在介绍UIView形变的过程中,我们会使用一个
UIImageVie
蚊香酱
·
2016-04-11 18:58
多线程并发下载图片NSThread
define IMAGE_COUNT ROW*COLUMN #define WIDTH 100 #define HRIGHT WIDTH @interface ViewController () {
UIImageVie
wuc
·
2015-12-24 14:00
iphone-common-codes-ccteam源代码 CCUIImageView.h
. // #import <Foundation/Foundation.h> @interface
UIImageVie
·
2015-11-13 21:30
imageview
图片展现、缩放、移动及裁减的实现
Create the image from a png file UIImage *image = [UIImage imageNamed:@"prgBinary.jpg"];
UIImageVie
·
2015-11-13 12:03
图片
图片展现、缩放、移动及裁减的实现
Create the image from a png file UIImage *image = [UIImage imageNamed:@"prgBinary.jpg"];
UIImageVie
·
2015-11-12 21:06
图片
uiscrollview和
uiimagevie
的代理实现
在.h文件中,主要是增加两个元素,#import @interfaceViewController:UIViewController @property(nonatomic,strong)UIImageView*imagView; @property(nonatomic,strong)UIScrollView*scrollView; @end 而在.m文件中,则主要实现这两个属性#import
qq_31214097
·
2015-11-12 14:00
[iOS基础控件 - 3.5] NSBundle, UIImageView和UIButton的区别, 模拟器和文档
就可以访问软件资源包中的任何资源 3> 模拟器应用程序的安装路径 /Users/aplle/资源库/Application Support/iPhone Simulator/7.1/Applications 2.
UIImageVie
·
2015-11-11 14:46
imageview
UI中提供的七种手势
/self.imV.image=[UIImageimageNamed:@"1.png"];//_imV.backgroundColor=[UIColorredColor];//第二种//_imV=[[
UIImageVie
ItsALongRoad
·
2015-08-29 21:31
UI
ios启动页动画
mScreenWidth=self.view.frame.size.width mScreenHeight=self.view.frame.size.height UIImageView *splashView=[[
UIImageVie
ljl5125
·
2015-05-22 17:37
启动动画
ios启动页动画
mScreenWidth=self.view.frame.size.width mScreenHeight=self.view.frame.size.height UIImageView *splashView=[[
UIImageVie
ljl5125
·
2015-05-22 17:37
启动动画
在UITextField的rightView 添加一个tap事件没有成功
textField.rightView=_mode;_textField.rightViewMode=UITextFieldViewModeAlways;// NOTWORK: 不知道为什么不能处理这样的tap事件_mode是
UIImageVie
deep_explore
·
2012-12-09 15:00
UINavigationBar自定义导航栏
否则看起来不那么和之又谐 Objective-c代码 //CustomNavigationBar.h @interface UINavigationBar (UINavigationBarCategory)
UIImageVie
xcysuccess3
·
2012-08-05 19:00
apple
image
UIView
interface
iphone基础之前篇:Cover Flow
点击图片响应问题解决了,第2部分图片放大[关键词]中文:UIImageView放大缩小multi-touch,英文:UIImageViewscalemulti-touchtutorial[解决]kmyhy:结合
UIImageVie
eminia
·
2011-07-11 21:00
上一页
1
下一页
按字母分类:
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
其他