Another feed experiment

This commit is contained in:
Ali
2022-03-18 22:55:06 +04:00
parent fe0311b1e9
commit a9c595a640
128 changed files with 3524 additions and 957 deletions

View File

@@ -45,7 +45,7 @@ static bool _isDeviceRotating = false;
}
CGSize windowSize = CGSizeZero;
CGFloat windowRotation = 0.0;
bool landscape = false;
__unused bool landscape = false;
switch (orientation) {
case UIInterfaceOrientationPortrait:
windowSize = screenSize;