3. got a tabview with few tabs. Put (native) components to the tabs with position.y=0. Run. Is it normal that the components have moved "outside" (at the tabs level) of tabview?
The style (bold, italic, ...) of the text will need to be set with the attribute string, this is currently not implemented, only the font size and name can be changed with the Font property TMSFMXNativeNSLabel1.Font.
2) Autosizing is currently not implemented, this does not directly exist on native level and requires manual calculation of the text size, we will investigate here if we can add the calculation internally.
3) The tabview has different modes, the default mode adds a margin to it, the margin is not taken into account when positioning controls.
4) Can you call TMSFMXNativeNSButton1.UpdateFrame afterwards?
We have added the request to our feature request list.
Can you try with TMSFMXNativeNSStepper.Stepper.setEnabled(false) ?
6) This is not possible with the TextField component. This is available in a separate native control NSSecureTextField, but is currently not available.
You cannot edit your own posts for security reasons.
Sorry, in XE4 we were unable to fix this due to shortcomings in the FireMonkey framework, only in XE5 we have found a suitable workaround. This is an issue that has been reported to Embarcadero when XE5 was already released. We can only hope that Embarcadero fixes these issues in an update or in the next version of Rad Studio.