Search found 2 matches
- Sun Mar 09, 2014 4:47 am
- Forum: iOS Deployment
- Topic: iOS orientation initiation unknown
- Replies: 3
- Views: 2685
Re: iOS orientation initiation unknown
I will give the acceleration functionality a try when I can... Hope that it does the trick... I've kept trying to keep the unknown response for orientation from causing problems by using conditional statements and making assumptions but even that isn't working out for me.
- Thu Mar 06, 2014 3:00 am
- Forum: iOS Deployment
- Topic: iOS orientation initiation unknown
- Replies: 3
- Views: 2685
iOS orientation initiation unknown
Trying to learn some iOS specific stuff with mobile apps. I have created a simple app to help me debug and understand what is happening behind the code. So far I have a stack that waits for a message orientationChanged to update the stack when the user rotates his/her device. However I am struggling...