When using FMX borderstyle = bsNone (i.e. no status bar on iOS), there is no rendering of DPF components at all.
When status bar is on, TDPFADBanner is painted to low (by height of status bar) when alignment set to alBottom.
PS: When calling Loaded manually it is displayed correctly.
Just put a TDPFUIView on the form. All your components must be children of this view, Once you do that, in form's onShow event, load this view.
i.e: DPFUIViewBackground.Loaded;
I hope it helps (this is only neccesary when the borderstyle is bsNone)
Greetings
Log in to post a comment.
When using FMX borderstyle = bsNone (i.e. no status bar on iOS), there is no rendering of DPF components at all.
When status bar is on, TDPFADBanner is painted to low (by height of status bar) when alignment set to alBottom.
PS: When calling Loaded manually it is displayed correctly.
Last edit: Oliver Funcke 2014-03-05
Just put a TDPFUIView on the form. All your components must be children of this view, Once you do that, in form's onShow event, load this view.
i.e: DPFUIViewBackground.Loaded;
I hope it helps (this is only neccesary when the borderstyle is bsNone)
Greetings