目标C中AVPlayerView控制器中的默认全屏按钮操作事件

时间:2017-12-23 11:53:57

标签: ios objective-c iphone objective-c-blocks iphone-developer-program

我想在AVPlayerViewController中检索默认全屏按钮的动作事件。我怎样才能获得该按钮动作事件?因为我想在那个动作方法中进行编辑。当我们在playerViewController.showsPlaybackControls = YES; AVPLayerViewController def plotField(field,coord): xcoord = coord[:,0] #x coordinate zcoord = coord[:,1] #z coordinate x,z=np.meshgrid(xcoord,zcoord) y = gd((xcoord,zcoord),field,(x,z),method='nearest') #field interpolation plt.pcolormesh(x,z,field) plt.show() 时,会显示全屏按钮。

提前致谢。

0 个答案:

没有答案