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
NSNotifi
478,NSNotificationQueue(通知队列)(NSNotificationQueue是notification Center的缓冲池,如果我们使用普通的- (void)postNo...
但是如果我们使用
NSNotifi
枫叶1234
·
2024-01-20 01:55
不开启屏幕旋转, 监听iOS屏幕旋转状态
testBtn.transform=CGAffineTransformMakeRotation(n*M_PI/180.0);}//屏幕旋转状态变化-(void)orientationChanged:(
NSNotifi
东方紫歌
·
2023-10-22 20:40
iOS
ios
objective-c
swift
23、[ iOS ] 键盘的监听事件 - 通知
selfselector:@selector(keyboardWillShow:)name:UIKeyboardWillShowNotificationobject:nil];//增加监听,当键盘退出时收到消息[[
NSNotifi
天听云道
·
2021-05-13 20:05
ios输入框随键盘上下移动动画
addObserver:selfselector:@selector(keyboardWillShow:)name:UIKeyboardWillShowNotificationobject:nil];[[
NSNotifi
iteye_3753
·
2020-08-17 22:11
在iOS虚拟键盘上添加动态隐藏按钮
这种方式在很多软件上都有体现,然后在网上查阅了关于检测键盘高度一些相关知识,以下是一个Demo,代码有很多需要优化地方,仅供需要者参考;先看效果:首先是我们在ViewDidLoada()中注册了两个通知,[
NSNotifi
weixin_34015566
·
2020-08-17 03:01
通知, 代理, block的数据传递
selector:,name:,object:)2.添加发送通知NSNotificationCenter.defaultCenter().postNotificationName(,object:)3.移除通知
NSNotifi
Yeso
·
2020-07-02 03:02
swift3.0 中NSNotification 的使用
NSNotification.name;使用时最好定义一个NSNotification.name常量方便使用;下面废话不多说直接上代码:***定义,发送部分***//通知名称常量letNotifyMsgRecvName=
NSNotifi
IBegins
·
2020-02-23 08:39
iOS 学习笔记
selfselector:@selector(keyboardWillShow:)name:UIKeyboardWillShowNotificationobject:nil];//增加监听,当键退出时收出消息[[
NSNotifi
_Waiting_
·
2020-02-07 01:30
NSComboBox输入字符时自动打开下拉菜单并匹配
-(void)controlTextDidChange:(
NSNotifi
jiaoguifeng
·
2019-12-19 08:13
通知,KVO解析
其他感兴趣的对象(Observer)可以申请在某个特定通知发布时(或在某个特定的对象发布通知时)收到这个通知2>通知(
NSNotifi
ldszw
·
2016-03-13 23:00
通知
KVO
IOS NSNotificationCenter 的使用
这里简单记录下
NSNotifi
厌世夕阳
·
2015-08-20 14:00
swift 广播
NSNotificationCenter.defaultCenter(). postNotificationName(Consts.BrocastName.NotifyCome, object:obj)funcReceiveNotification(){
NSNotifi
yeshennet
·
2015-08-08 11:00
广播
iOS高级面试的11个技术问题
(如果是Mac开发者,答案应该是响亮的YES)5)你曾经给Apple的framework提过issue么6)
NSNotifi
wwwang89123
·
2014-10-02 18:00
多线程
ios
面试
animation
graphics
core
UITextView 带有PlaceHolder
)NSString*placeholder; @property(nonatomic,retain)UIColor*placeholderColor; -(void)textChanged:(
NSNotifi
xyxdasnjss
·
2013-07-31 13:00
ios
UITextView
iPhone开发
ios 文本框随着键盘高度变化而变化
keyboardWasChange:) name:UIKeyboardDidChangeFrameNotification object:nil]; - (void)keyboardWasChange:(
NSNotifi
修博龙泉
·
2013-07-29 18:00
ios
2012年12月11日
addObserver:selfselector:@selector(keyboardWillShow:)name:UIKeyboardWillShowNotificationobject:nil];[[
NSNotifi
王坡同学
·
2013-05-20 15:46
iOS开发总结
NSNotificationCenter 传递带参数的通知
defaultCenter] addObserver:self selector:@selector(on:) name:str object:nil];在dealloc里面移除这个通知的注册: [[
NSNotifi
·
2012-08-29 16:00
notification
UITextField控件处理键盘弹出时遮住输入框的问题。
-(void)keyboardWillShow:(
NSNotifi
董瑞龙
·
2011-09-20 09:00
iphone
uitextfield
键盘遮住
UITextField控件处理键盘弹出时遮住输入框的问题。
-(void)keyboardWillShow:(
NSNotifi
董瑞龙
·
2011-09-20 09:00
iphone
uitextfield
键盘遮住
上一页
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
其他