I am updating an existing app from another developer to support 64 bit devices as Apple is going to make it compulsory.
I added :- Architectures : $(ARCHS_STANDARD) valid Arch : armv7 arm64
Problem :- The slot items after stopping the rotation disappear. this happens only on i5,i6 n i6+ devices only. (Working perfect on i4s n iPad(s))
Failed Attempts: 1) Converted all float values to CGFloat for if the float might be loosing values. 2) tried to use xib of i4 in place of i5s
P.S: This question might be a duplicate of "Images not showing up when architecture set to 64 bit"
But, the above solution is so much code specific to the guy's personal problem. So I am asking for a more generic solution.