ARKitMeetup.Helpers.AppendingLabel.AppendingLabel C# (CSharp) Method

AppendingLabel() public method

public AppendingLabel ( float size ) : System
size float
return System
        public AppendingLabel(float size) 
        {
            Font = UIFont.FromName("Apple-Kid", size);
            TranslatesAutoresizingMaskIntoConstraints = false;
            Lines = 0; 
        }