我正在使用theos
并且我能够在整个 YouTube 中连接到函数,但我无法弄清楚如何将 UIButton 添加到YTMainVideoPlayerOverlayView
类的视图中
这是我要上的课。
YTMainVideoPlayerOverlayView.h
我正在考虑使用这些方法中的任何一种
- (void)setVideoButtonsForLayout:(int)arg1;
- (void)setPlayerViewLayout:(int)arg1;
- (void)layoutSubviews;
- (id)init;
我也发现了这个,可能是在使用时CGRectMake
- (float)topButtonsXOffset;
任何人都可以给我一个提示或示例,(请)关于如何 %hook 并能够UIButton
与代表一起添加。