这是一个例子……
MPRemoteCommandCenter *remoteCommandCenter = [MPRemoteCommandCenter sharedCommandCenter];[[remoteCommandCenter skipForwardCommand] addTarget:self action:@selector(skipForward)];[[remoteCommandCenter togglePlayPauseCommand] addTarget:self action:@selector(togglePlayPause)];[[remoteCommandCenter pauseCommand] addTarget:self action:@selector(pause)];[[remoteCommandCenter likeCommand] addTarget:self action:@selector(like)];
实施此代码,在您的应用上播放音乐,并锁定您的iPhone.您可能会看到自定义锁定屏幕.
注意 – 菜单可以自定义标签,但不能自定义图标图像和行数.
总结以上是内存溢出为你收集整理的从iOS锁定屏幕在应用程序中自定义远程事件处理全部内容,希望文章能够帮你解决从iOS锁定屏幕在应用程序中自定义远程事件处理所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)