GGFullscreenImageViewController
GGFullscreenImageViewController copied to clipboard
Fix build fail & all warnings on Xcode 7+
The project didn't build when attempting to compile it on Xcode 7.3.1. This was caused by the deprecated OCTest that was replaced by XCTest. Xcode automatically suggested migrating to XCTest and that fixed the build fail issue. Moreover, there was 3 warnings that got fixed.