iOS Question label text overlapping

Alvsky

Member
Licensed User
Longtime User
Hi all,

I have made a small Math practice app with 3 pages/modules (Home, Math and Settings).
Overlap problem is in settings module.
Settings are saved in database so I read it from there.
Problem is following:
App starts in Home Module. From there you go to settings. Change language to some other.
Up to here all works fine.
Now go back to Home and change to another language and i also works...
But if you go again to Settings, I have labels with 2 language text one over another.
I lost entire day but I couldn't find a solution.

So, please, if someone finds some time to maybe look in the code or just give me some hint I would be grateful.


Please note that this is my first iOS application... the one I need to make in order to learn how b4i works... so have understanding :)

Whole Project is attached so feel free to use it.

Also, any suggestion will be much appreciated.
 

Attachments

  • MyMathDrill.zip
    240.8 KB · Views: 162

ilan

Expert
Licensed User
Longtime User
i am not able to run your project even after i changed provisions file and certification.
also app id and i disabled ianalytics and admob but still get error when try to run your project.

i tried via simulator and iphone, no success.

the settings.bil is empty (3kb, nothing when i open in designer). maybe something went wrong when you zipped those files.
 
Last edited:
Upvote 0

Alvsky

Member
Licensed User
Longtime User
Hm... I can open it normally... strange.
Can you atleast see the code?
Later on I will upload a screenshot so you can see what I am talking about...

Regarding settings.bil file, it should be empty in designer because I created all views for settings by code.
 
Upvote 0
Top