Tags: jevense/mupdf
Tags
iOS: Remove CFBundleIcon* keys from the Info.plist These are now generated by Xcode at build time from the asset catalogue, and the CFBundleIconFiles we had here was upsetting the app store validator.
iOS: Run at native res on iphone6/6+ All that is necessary is to add a launch xib.
iOS: Run at native res on iphone6/6+ All that is necessary is to add a launch xib.
Fix odd animation when opening a document on iOS. The background colour of the MuDocumentController's root view wasn't set, so the MuLibraryController was showing through until it had been removed from the screen. Fix by setting the background colour to gray - the same colour as the window.
Fix odd animation when opening a document on iOS. The background colour of the MuDocumentController's root view wasn't set, so the MuLibraryController was showing through until it had been removed from the screen. Fix by setting the background colour to gray - the same colour as the window.
Remove iOS debug output. This debug output was listing the names of all the files to the iOS console every 3 seconds. Remove it.
PreviousNext