0

I'm an Android developer and new in IOS. In Android, we have aar which we can put all common resources in it and use aar as a library in all project. I searched a lot( (1) (2) (3) but couldn't find any similar solution in IOS. Should I write extension?

ucMedia
  • 4,105
  • 4
  • 38
  • 46
Hamed Ghadirian
  • 6,159
  • 7
  • 48
  • 67
  • Using custom fonts require you to add entries into `Info.plist`. The closest thing in the iOS world is an [Xcode Template](https://medium.com/@dasdom/creating-a-smart-xcode-file-template-b5f2d7c8594b) – Code Different Jul 29 '17 at 15:26

1 Answers1

0

In iOS, you can create your custom font class and define all your custom fonts inside and you can reuse them across the project.

Hussain Shabbir
  • 14,801
  • 5
  • 40
  • 56