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
LFS
iOS 点击、长按手势
点击图片,动态的放大,将放大后的图片加载到提前设定好的view上面,调用动态加载方法[se
lfs
hakeToShow:_bigScrollView];单击后,放大的图片消失,简单粗暴的从父视图移
小啦啦啦熊
·
2021-05-20 00:02
OC & Swift中UITextFiled、UITextView限制输入字数
OC中限制字数的方法我是用通知实现的,首先添加UITextFiled和UITextView的接收中心[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector
贝尔特伦
·
2021-05-19 22:35
iOS多线程篇-NSThread简单使用
选择器,线程启动要调用哪个方法第三个参数:前面方法要接收的参数(最多只能接收一个参数,没有则传nil)NSThread*thread=[[NSThreadalloc]initWithTarget:se
lfs
elector
LitterL
·
2021-05-19 20:45
NSNotification是同步还是异步?和delegate相比有什么区别,效率呢?
NSNotificationCenterdefaultCenter]postNotificationName:@"clickBtn"object:nil];接收通知[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector
踩坑小分队
·
2021-05-19 20:25
iOS 通知的3种使用方式
NSNotificationCenterdefaultCenter]postNotificationName:@"noti1"object:nil];}//监听[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector
A嗄嗄
·
2021-05-18 18:01
oc 排序(冒泡 选择 插入 希尔……)
//冒泡//[se
lfs
toryBuddleByAray:[selfcreatStoryAryAndStart:0andEnd:60000andLength:50000]andDes:0];//选择//
程序疯
·
2021-05-18 12:34
设置输入时页面适应键盘展示
步骤1.viewDidLoad{}方法中设置监听[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector(revertViewBounds
PZcoder
·
2021-05-18 09:28
NSTime使用
NSTimerUse1.初始化a)[NSTimerscheduledTimerWithTimeInterval:1target:se
lfs
elector:@selector(timerClickMethod
Mr__Peng__
·
2021-05-17 18:36
自定义view里的addSubView响应方法
-(void)didMoveToSuperview{NSLog(@"addsubview");[se
lfs
tart];}
陈世美_
·
2021-05-17 08:57
I still have life to live
越来越认不清自己明明喜欢热闹却总在热闹的时候选择一个人安静更是对以往所期待的日子有了不同的想法喜欢收礼物的我却好像厌倦了那一天我怕是我想要的是一个安静拥抱你却给了我一场热闹的欢笑像是活在别人的世界静静看你耍完心机嘴上微笑,心理臭骂IhateyouIhatelifeAndIhatemyse
lfs
crewyouIamnothappybutIstillhave
Becase_Y
·
2021-05-17 01:03
0707-NSTime
NSTime定时器创建NSTime//创建一个定时器NSTimetimer=[NSTimerscheduledTimerWithTimeInterval:1.5target:se
lfs
elector:@
dymost
·
2021-05-16 23:16
iOS系统API笔记
UISearchBar*)searchBartextDidChange:(NSString*)searchText{[NSObjectcancelPreviousPerformRequestsWithTarget:se
lfs
elector
糖堂真Sweet
·
2021-05-16 06:10
iOS中通知NSNotificationCenter的基本使用
1.注册通知[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector(showProgressHud:)name:@"
JohnayXiao
·
2021-05-15 23:23
iOS音频播放处理来电话中断
在音频播放的基类里,init方法中或者viewdidload里添加[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector
qqqqnnnndddd
·
2021-05-15 08:20
appearance:界面统一适配 UITableView/UIScrollView
新建UIApplication分类#import"UIApplication+Helper.h"+(void)setupAppearance{//[se
lfs
etupNavigationbar];[se
lfs
etupTableView
SoaringHeart
·
2021-05-15 05:20
乐听项目分析(播放列表中的歌曲)
AppUtilsgetDeviceMonitor].getDeviceManager.getCurDevice;if(device.player){if(self.playlist&&startIndex=5){[se
lfs
ubjectPlayInfo
IceWall_Rin
·
2021-05-14 21:57
iOSAFNetworking
interfaceViewController()@end@implementationViewController-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[se
lfs
e
哔哩哔哩智能喵
·
2021-05-14 03:53
23、[ iOS ] 键盘的监听事件 - 通知
首先在viewDidLoad中添加//增加监听,当键盘出现或改变时收到消息[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector
天听云道
·
2021-05-13 20:05
word power made easy
Howtoworkforbestresultsspaceyourlearningdon'trushreviewtestyourse
lfs
ession1mefist-anegoist.theheightofconceit-anegotist.letmehelpyou-analtruist.leavemealone-anintrovert.let'sdoittogether-anextrovert.n
努哈哈
·
2021-05-13 19:52
绘制线段
绘制线段[se
lfs
etNeedsDisplay]该方法可调用drawRect-(void)drawRect:(CGRect)rect{//获取当前的绘制图形上下文CGContextRefcontext1
heart_领
·
2021-05-13 17:40
解析常见问题SDWebImage实现原理
UIImageView+WebCache的具体实现所有的实现最终都会调用这个方法:实现原理首先取消该UIView之前的下载队列:[se
lfs
d_cancelCurrentImageLoad];-(void
Clark_new
·
2021-05-13 14:17
UITextField文字改变消息
[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector(textFieldTextDidChangeOneCI:)name
mjf
·
2021-05-13 13:52
好方法之完全重新加载controller
就是一个通知全搞定-(instancetype)init{self=[superinit];//重新加载界面[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector
super_chao
·
2021-05-12 16:47
滑动标题
scrollview.contentSize.width大于UIview的宽度,需要判断,对scrollview进行滚动[UIViewanimateWithDuration:0.3animations:^{[se
lfs
etLineViewFrameWithI
夏末秋刀鱼
·
2021-05-12 07:43
《编程狂人》第一零一期,程序员必看的技术周刊
业界新闻数据可视化平台Plotly开源强大的JS图表库GitLab宣布支持Git大文件存储(Git
LFS
)封仲淹:Storm2.0将会基于JStorm,阿里巴巴全程参与Flutter:Google工程师开发的针对
推酷
·
2021-05-11 23:50
4.iOS当app从后台进入active活动状态的时候,执行的操作
我们只要把需要执行的代码放进-(void)becomeActive即可//监听当app进入活动状态的时候调用[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector
Matt_Z_
·
2021-05-11 12:15
他们做的每副眼镜都有脾气
文/李岳图片提供/Ro
lfS
pectacles来源:http://www.91craft.com/column/post_208.html在阿尔卑斯山的小蒂尔罗村里,隐匿着一个小小的眼镜手工作坊。
79d644987d31
·
2021-05-11 09:38
kvc kvo
1.iOS底层-KVC使用实践以及实现原理赋值原理:(1)去模型中查找有没有setIcon方法,就直接调用这个set方法,给模型这个属性赋值[se
lfs
etIcon:dict[@"icon"]];(2)
陆号
·
2021-05-10 22:21
Day9 - ScrollView,图片缩小方法
FlexibleWidth,.FlexibleHeight]scrollView.zoomScale=scrollView.minimumZoomScalescrollView.delegate=se
lfs
etZoo
Codepgq
·
2021-05-10 03:01
super 、superClass和class
并不是拿到父类对象去调用父类方法person.h-(void)classtest;person.m-(void)classtest{NSLog(@"person中的输出:%@%@%@",[selfclass],[se
lfs
up
快乐的tomato
·
2021-05-09 16:47
老代码中的坑
/Users/ITtest1/Library/Developer/Xcode/DerivedData/VideoBeautify-aamdiainro
lfs
qguihgohfpxjurh/Build/Intermediates
WSGNSLog
·
2021-05-09 16:38
交互式玩具机器人Play-i
不久前在se
lfs
tarter发起一个针对5+儿童的机器人玩具Yana和Bo众筹,金额达$1.4million,日前获得石南投资集团和查理斯河风险投资A轮800万美元的投资。
justmakeone
·
2021-05-08 22:23
iOS 实现图片抖动效果
代码实现创建定时器_timer=[NSTimerscheduledTimerWithTimeInterval:1.5target:se
lfs
elector:@selector(doudongAnimation
悲伤C小调
·
2021-05-08 22:44
倒计时
//[NSTimerscheduledTimerWithTimeInterval:1.0target:se
lfs
elector:@selector(timerFireMethod:)userInfo:nilrepeats
seventhboy
·
2021-05-08 11:53
iOS 多线程
NSThread1.NSThread共有3种创建方式1.init///init创建完成之后需要手动startNSThread*thread=[[NSThreadalloc]initWithTarget:se
lfs
elector
yyyyw
·
2021-05-08 09:22
199. Binary Tree Right Side View
Givenabinarytree,imagineyourse
lfs
tandingontherightsideofit,returnthevaluesofthenodesyoucanseeorderedfromtoptobottom
DrunkPian0
·
2021-05-08 08:43
ios键盘遮挡问题-别掉坑里
我们都知道键盘有系统的通知,通过注册通知获取当时键盘弹出后的高度[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector
新地球说着一口陌生腔调
·
2021-05-08 02:25
iOS监听键盘事件
1.先设置监听者以及监听对象和事件[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector(keyboardWillShow
methodname
·
2021-05-07 14:07
iOS标签切换视差效果
结构图使用CADisplayLink监听绿色控件的实时状态CADisplayLink*link=[CADisplayLinkdisplayLinkWithTarget:se
lfs
elector:@selector
HJaycee
·
2021-05-07 14:26
ios 各种通知
//旋转屏幕通知[[NSNotificationCenterdefaultCenter]addObserver:se
lfs
elector:@selector(onDeviceOrientationChange
木马不在转
·
2021-05-06 15:09
iOS 获取View所在控制器UIViewController
方法-(UIViewController*)viewController{for(UIView*next=[se
lfs
uperview];next;next=next.superview){UIResponder
T_label
·
2021-05-05 20:01
谜题
floatQ_rsqrt(floatnumber){longi;floatx2,y;constfloatthreeha
lfs
=1.5F;x2=number*0.5F;y=number;i=*(long*
Isy
·
2021-05-05 20:03
layoutSubviews的调用-情景再现
1.在下面情况下会调用layoutSubviews1直接调用[se
lfs
etNeedsLayout]2.addSubview的时候3.当view的size发生改变的时候4.滑动UIScrollView的时候
姚姚先生
·
2021-05-05 19:00
ARC释放内存的方法
ARC里边有两种释放内存的方式方式1:[se
lfs
etOjbect:nil];方式2:self.object=nil;两种方式基本是等效的,但并不是完全相同。
BetterComingDay
·
2021-05-04 21:15
修复ios7 uitableviewcell 编辑状态下 删除按钮被覆盖
void)willTransitionToState:(UITableViewCellStateMask)state{03[superwillTransitionToState:state];04[se
lfs
endSubviewToBack
cac81d04e91c
·
2021-05-04 20:22
贝塞尔曲线 占坑先
//通知自定义的view重新绘制图形[se
lfs
etNeedsDisplay];setNeedsDisplay方法:重新绘制,调用这个方法就会通知自定义的view重新绘制画面,调用drawRect:。
又又轻
·
2021-05-04 18:23
iOS常用知识
weaktypeof(self)weakSelf=self;__strongtypeof(weakSelf)strongSelf=weakSelf;用strongSelf修饰的self必须为__weak修饰过以后的se
lfs
trongSelf
L小杰
·
2021-05-04 15:18
git常见问题
上传超过一百兆的文件到github,需要用到另外一个服务需要安装git-
lfs
https://git-
lfs
.github.com/然后执行以下命令git
lfs
installgit
lfs
trackgitadd.gitcommitgitpush
idioitcbear
·
2021-05-04 12:14
warning: LF will be replaced by CRLF in 1.txt. The file will have its original line endings in yo...
A:TheCR
LFs
tandsforCarriageReturnLineFeed,andthe
LFs
tandsforLineFeed.Inwindowssystem,woshouldgotonextlinewithCRLF
Gorgine
·
2021-05-04 09:09
Five最美好的遇见在于能彼此激励
Iamsogladandfeelproudaboutmyfriendmakingprogress.Justnomorethanhalfayearshechangesherse
lfs
omuchpositively.Ievenfeelshockedwhenshethrewbackthepreviousoneandembracesthecurrentoptimisticher.Itisabigstepf
Carson找不到北
·
2021-05-04 06:25
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他