After upgrade to XF 4.4.0.991265 on iOS Image button with vector image source has wrong size
Image button will have same size as image with same source
Image button will have NOT same size as image with same source
@kuzub did you try on renderer?:
Control.HorizontalAlignment = UIControlContentHorizontalAlignment.Center;
Control.VerticalAlignment = UIControlContentVerticalAlignment.Center;
Reproduces as described.
Most helpful comment
@kuzub did you try on renderer?: