Update DontEatMyContent (1.0.3 -> 1.0.4)
Compatible with YouTube's pinch-to-zoom feature Fix crash due to dangly constraint Better zoomed-to-fill detection Bye bye backwards compatibility (remove old code that was kept to support older YouTube versions) Rename & add prefix to functions
This commit is contained in:
@@ -42,12 +42,11 @@
|
||||
@end
|
||||
|
||||
// DontEatMyContent
|
||||
NSString* deviceName();
|
||||
void aspectRatioChanged(CGFloat arg);
|
||||
BOOL deviceIsSupported();
|
||||
void activate();
|
||||
void deactivate();
|
||||
void center();
|
||||
NSString* DEMC_getDeviceModelIdentifier();
|
||||
BOOL DEMC_deviceIsSupported();
|
||||
void DEMC_activate();
|
||||
void DEMC_deactivate();
|
||||
void DEMC_centerRenderingView();
|
||||
|
||||
@interface YTPlayerView : UIView
|
||||
- (BOOL)zoomToFill;
|
||||
|
||||
Reference in New Issue
Block a user