alejandromay
alejandromay

Reputation: 47

Codenameone ComponentGroup is not displayed on the real ios device

I'm developing cross platform app with Codename One. For iOS version of my app I want to ComponentGroup would be shown on the form. I added ComponentGroup element in CN Designer tool and it's displayed normally on simulator. Then I installed my app on the real iPhone, and my form on it is different from the one I've created in Designer tool - ComponentGroup is not displayed. What I'm doing wrong?

I want my form to look like this

This is how my form looks on real iPhone

Upvotes: 1

Views: 51

Answers (1)

Diamond
Diamond

Reputation: 7483

In your theme constant you have to set ComponentGroupBool to true.

Upvotes: 1

Related Questions