Alfresco / alfresco-ios-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Icons missing in iPad version

epm157 opened this issue · comments

Some of file details tabs icons are missing when I run the alfresco iOS application on iPad simulator unlike running it on iPhone emulator as you can see in the photos.
I am running alfresco iOS app on Xcode simulator so I am not sure wether in actual device this happens.

iPad simulator screenshot:
ios simulator screen shot 05 may 2015 09 20 30
iPhone simulator screenshot:
ios simulator screen shot 05 may 2015 09 22 54

That looks like the view isn't swapping into iPad mode to me. Can you give me more details about which version of our code you're using, as well as the Xcode version and Simulator type please?

Simulator version is 8.3 and Xcode is 6.3.1 and I am building the app using 2.0.2 tag.
If it runs correctly on actual iPad it is fine for me :)

OK, that's it then. Apple changed the definition of UI_USER_INTERFACE_IDIOM in Xcode 6.3 and that broke some preprocessor logic we had in the app. See commit 5c4d577 for details on the fix.