0

I am making a Profit and loss calculator. I assigned a custom font to text field and ran the app in the simulator. when the app ran it for no reason changed the font.

Here are the images:

While building the interface While building the interface

And When i run the app, Font Changed!

And When i run the app, Font Changed!

What should I do?

Dreamjar
  • 197
  • 2
  • 9

1 Answers1

0

Create @property for each object and then set the font for each label/textfield in viewDidLoad.

Sana
  • 557
  • 4
  • 9