futuretap/InAppSettingsKit

Left aligned button changes font and includes arrow

mournblade opened this issue · 1 comments

HI there,

if i change the IASKTextAlignment IASKUITextAlignmentLeft for a button, the font changes from blue, and suddenly an arrow appears to the right.

To me, it feels like an error, since an arrow should only be there if there is a sub-screen to go to.
IMHO, either the arrow should not be there for buttons, only for PSChildPaneSpecifiers, or at least there should be config to not have the arrow.

This is intentional to differentiate a button from a non-interactive PSTitleValueSpecifier.

You can supply your own custom view to specifically control the appearance.

Hope that helps.