I have checked almost everywhere but did not find a proper answer for this. How the Android text size which is in SP will be use in iOS. Example:
<TextView
android:text="My Text"
android:textSize="18sp"
android:textStyle="bold" />
What will be the equivalent in iOS. If I give font size 18 which looks small in iOS.
Thanks.