I want to replace a font family in xcode, what is the easier way to do it, one way is to go to every xib file and set the font again
You can do it by opening the xib file as "Open as source code"
Now use Find and Replace [CMD + ALT + SHIFT + F] and replace the current font family with your font family.
You can do this for all of your storyboards or xib files