NSNotification, UserInfo and Object Methods

在处理NSNotification时,了解userInfo字典至关重要,它提供了访问接收者可能感兴趣的额外对象的途径。当同一个通知应用于多个对象时,理解object方法也很有用。文中详细介绍了如何在MoviePlayerController播放结束后,通过添加观察者监听MPMoviePlayerContentPreloadDidFinishNotification,并从userInfo字典中获取播放结束原因的整数值,以便判断播放停止的具体情况。
摘要由CSDN通过智能技术生成

When working with an NSNotification object, you’ll want to familiarize yourself the userInfo dictionary, which provides access to any additional objects that may be of interest to the receiver. Understanding the object method may also be helpful if you are using the same notification on more than one object.

userInfo Dictionary

Below I add an observer forMPMoviePlayerContentPreloadDidFinishNotification, which will send a message to the methodmoviePreloadDidFinish: when a MoviePlayerControllerobject has finished playing:

mp =  [[MPMoviePlayerController alloc] initWithContentURL:movieURL];
 
[[NSNotificationCenter defaultCenter] addObserver:self 
                     selector:@selector(moviePreloadDidFinish:) 
                     name:MPMoviePlayerContentPrelo
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值