https://github.com/deni2s/ibcustomfonts
IBCustomFonts category allows you to use custom fonts from Interface Builder (IB) when building your iOS apps. Apps using IBCustomFonts category are approved by Apple App Store (check readme.md on latest info). Tested on iOS6 - iOS11.
https://github.com/deni2s/ibcustomfonts
custom-fonts fonts interface-builder ios
Last synced: 10 months ago
JSON representation
IBCustomFonts category allows you to use custom fonts from Interface Builder (IB) when building your iOS apps. Apps using IBCustomFonts category are approved by Apple App Store (check readme.md on latest info). Tested on iOS6 - iOS11.
- Host: GitHub
- URL: https://github.com/deni2s/ibcustomfonts
- Owner: deni2s
- License: mit
- Created: 2013-09-23T18:42:33.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-05-11T00:18:18.000Z (over 6 years ago)
- Last Synced: 2024-03-14T19:17:38.782Z (almost 2 years ago)
- Topics: custom-fonts, fonts, interface-builder, ios
- Language: Objective-C
- Homepage:
- Size: 281 KB
- Stars: 212
- Watchers: 12
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
About IBCustomFonts
===================
**IBCustomFonts** category allows you to use custom fonts from Interface Builder (IB) when building your iOS apps.
* Apps using **IBCustomFonts** category are **approved by Apple App Store**.
* No need to use *IBOutlets*, subclassing of *UILabels* and *UIButtons* or change fonts in code.
* Tested on iOS6 - iOS11.
Usage
=====
1. Add *UIFonts+IBCustomFonts.m* file to your Xcode project.
2. Add custom fonts to your application as usual (don't forget to define them in your app `Info.plist` as `Fonts provided by application` array)
3. Add new dictionary to your app `Info.plist` named `IBCustomFonts` and add to it key-value pairs where key is name of font used in IB and value is name of your custom font.
For example: `HelveticaNeue` and `CustomFont-Bold` or `HelveticaNeue-Italic` and `CustomFont-Italic`
4. In Interface Builder (IB) use *HelveticaNeue* in places where do you want to see your *CustomFont-Bold* (or *HelveticaNeue-Italic* in places where do you want to see your *CustomFont-Italic*) at runtime.
App Store acceptance
====================
* October 13th, 2015 - App Store accepted free app with in-app purchases with price tier 10 ($9.99)
* January 19th, 2014 - App Store accepted free app. https://itunes.apple.com/gb/app/madness-information-service/id797084136?mt=8
* December 9th, 2013 - App Store accepted free app. https://itunes.apple.com/lv/app/pantini/id769408805?mt=8
* November 9th, 2013 - App Store accepted free app.
* September, 2013 - App Store accepted app with price tier 10 ($9.99)
* October 15th, 2013 - App Store accepted free app with in-app purchase with price tier 1 ($0.99) https://itunes.apple.com/us/app/crossword-cracker/id714042812?ls=1&mt=8
Please let me know if you have your app accepted or rejected on App Store by writing details to e-mail deni2s at hc.lv, so we can update this list with latest info.