Can anyone help me out?
I am writing my first app and it will be targeted for an iPhone 5. I am using Local Storage to allow the user to choose the number of decimal points displayed for the result of a calculation. The user can select the number of digits by utilizing the SelectListMenu widget in Spinner mode.
The app works very well but has one small quirk. My problem is as follows … I can’t get the SelectListMenu widget to reflet the Local Storage value on app startup. For example, if the user chose “3” to configure the app to be three decimal places, it works fine, but on startup of the app, the SelectListMenu always shows the default widget setting of “6”, but in reality the app uses the correct user selected value saved in Local Storage.
How can I get the SelectListMenu widget to reflect the Local Storage value on startup of the app or when the user configuration page is displayed?
Thanks in advance.
Mike